diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-03-10 16:43:52 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:09:29 -0400 |
commit | 25be2e5d4a051ff2408c7ab007394e96798cf559 (patch) | |
tree | 2bf05701315558ea320da6c2b9a00403d8dd1343 /fs/bcachefs/Makefile | |
parent | b17d3cec14b487924df709dbeffb900f124a2607 (diff) | |
download | lwn-25be2e5d4a051ff2408c7ab007394e96798cf559.tar.gz lwn-25be2e5d4a051ff2408c7ab007394e96798cf559.zip |
bcachefs: bch_sb_field_journal_v2
Add a new superblock field which represents journal buckets as ranges:
also move code for the superblock journal fields to journal_sb.c.
This also reworks the code for resizing the journal to write the new
superblock before using the new journal buckets, and thus be a bit
safer.
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/Makefile')
-rw-r--r-- | fs/bcachefs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/Makefile b/fs/bcachefs/Makefile index 65eeab56cb4b..d3808249948c 100644 --- a/fs/bcachefs/Makefile +++ b/fs/bcachefs/Makefile @@ -38,6 +38,7 @@ bcachefs-y := \ journal.o \ journal_io.o \ journal_reclaim.o \ + journal_sb.o \ journal_seq_blacklist.o \ keylist.o \ migrate.o \ |