diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2020-11-14 13:12:50 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:47 -0400 |
commit | 1676a398d37bffa29824f132a29f2836282940f3 (patch) | |
tree | 87e32fe0fd3b69d3ef67bfd95cc9c8f0ed87e92a /fs/bcachefs/sysfs.c | |
parent | ed0d631fa50112c51f302442e3d11a1c5f4d2bb4 (diff) |
bcachefs: Delete dead journalling code
Usage of the journal has gotten somewhat simpler over time - neat.
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/sysfs.c')
-rw-r--r-- | fs/bcachefs/sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/sysfs.c b/fs/bcachefs/sysfs.c index 598ad6bdd61b..89287bfe31a7 100644 --- a/fs/bcachefs/sysfs.c +++ b/fs/bcachefs/sysfs.c @@ -458,7 +458,7 @@ STORE(bch2_fs) /* Debugging: */ if (attr == &sysfs_trigger_journal_flush) - bch2_journal_meta_async(&c->journal, NULL); + bch2_journal_meta(&c->journal); if (attr == &sysfs_trigger_btree_coalesce) bch2_coalesce(c); |