bcachefs: Convert journal sysfs params to regular options
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 5 Dec 2021 01:07:19 +0000 (20:07 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:18 +0000 (17:09 -0400)
commit2430e72f42778a9448ff386686856b61b49f5074
treee24bdbedd9ff95a5c6d165e5feceeae4094d3440
parent92d2ec10926d2ba8c38ba0ecada69cfd7a4dd3c4
bcachefs: Convert journal sysfs params to regular options

This converts journal_write_delay, journal_flush_disabled, and
journal_reclaim_delay to normal filesystems options, and also adds them
to the superblock.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/bcachefs_format.h
fs/bcachefs/journal.c
fs/bcachefs/journal_io.c
fs/bcachefs/journal_reclaim.c
fs/bcachefs/journal_types.h
fs/bcachefs/opts.h
fs/bcachefs/super.c
fs/bcachefs/sysfs.c