diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-31 17:57:06 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-05-21 20:13:40 -0400 |
| commit | 95f2315af7536c220301421eff6291c80ec321e5 (patch) | |
| tree | f3683cb886da46eba18beb41e99642aa140ea53b /fs/bcachefs/alloc_foreground.h | |
| parent | bcachefs: alloc_request.ca (diff) | |
| download | linux-95f2315af7536c220301421eff6291c80ec321e5.tar.gz linux-95f2315af7536c220301421eff6291c80ec321e5.zip | |
bcachefs: alloc_request.ptrs2
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/alloc_foreground.h')
| -rw-r--r-- | fs/bcachefs/alloc_foreground.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/alloc_foreground.h b/fs/bcachefs/alloc_foreground.h index 7117e1e5c6d9..ae8ca3b7786b 100644 --- a/fs/bcachefs/alloc_foreground.h +++ b/fs/bcachefs/alloc_foreground.h @@ -36,6 +36,7 @@ struct alloc_request { /* These fields are used primarily by open_bucket_add_buckets */ struct open_buckets ptrs; + struct open_buckets ptrs2; unsigned nr_effective; /* sum of @ptrs durability */ bool have_cache; /* have we allocated from a 0 durability dev */ struct bch_devs_mask devs_may_alloc; |
