summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-04-06 21:00:56 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:08:59 +0300
commit9d8022db1ccfff6aaf1de6158c2a26b667c70a15 (patch)
tree88f20ea0f93f89fc23e25da4fcb2b70a5c431afd /fs/bcachefs/super_types.h
parenta0857785001777ff659248e45a2e1688fb43499d (diff)
downloadlinux-9d8022db1ccfff6aaf1de6158c2a26b667c70a15.tar.xz
bcachefs: Eliminate more PAGE_SIZE uses
In userspace, we don't really have a well defined PAGE_SIZE and shouln't be relying on it. This is some more incremental work to remove references to it. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/super_types.h')
-rw-r--r--fs/bcachefs/super_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/super_types.h b/fs/bcachefs/super_types.h
index e3a989e3e9d9..b14b2d82c655 100644
--- a/fs/bcachefs/super_types.h
+++ b/fs/bcachefs/super_types.h
@@ -7,7 +7,7 @@ struct bch_sb_handle {
struct block_device *bdev;
struct bio *bio;
void *holder;
- unsigned page_order;
+ size_t buffer_size;
fmode_t mode;
unsigned have_layout:1;
unsigned have_bio:1;