Commit c7afec9b authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Fix bch_sb_handle type

blk_mode_t was recently introduced; we should be using it now, instead
of fmode_t.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent c872afa2
......@@ -8,7 +8,7 @@ struct bch_sb_handle {
struct bio *bio;
void *holder;
size_t buffer_size;
fmode_t mode;
blk_mode_t mode;
unsigned have_layout:1;
unsigned have_bio:1;
unsigned fs_sb:1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment