bcachefs: Specify filesystem options
authorKent Overstreet <kent.overstreet@gmail.com>
Sun, 5 Dec 2021 02:53:13 +0000 (21:53 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:18 +0000 (17:09 -0400)
commit506717865bd68997dd0490409fd51a9f68915cf2
tree742e3d4c495e372513775f33f8b9a029bbcda74c
parent47b15c5760d5eec6c69f207eda7f779c2170e285
bcachefs: Specify filesystem options

We've got three types of options now - filesystem, device and inode, and
a given option may belong to more than one of those types.

This patch changes the options to specify explicitly when they're a
filesystem option - in the future we'll probably be adding more device
options.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/opts.h
fs/bcachefs/sysfs.c