bcachefs: Convert bch2_sb_to_text to master option list
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 5 Mar 2022 17:01:16 +0000 (12:01 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:27 +0000 (17:09 -0400)
commit5521b1dfa20262a9cb8d1214c095c9ca2a4cb127
tree9b325632f659d23c241d2c67567e331c654ebdb4
parent4eea53de8a1882e75d3640dce06c8c2874a77b05
bcachefs: Convert bch2_sb_to_text to master option list

Options no longer have to be manually added to bch2_sb_to_text() - it
now uses the master list of options in opts.h. Also, improve some of the
formatting by converting it to tabstops.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/disk_groups.c
fs/bcachefs/disk_groups.h
fs/bcachefs/fs.c
fs/bcachefs/opts.c
fs/bcachefs/opts.h
fs/bcachefs/super-io.c
fs/bcachefs/super.c
fs/bcachefs/sysfs.c
fs/bcachefs/xattr.c