bcachefs: Ignore unknown mount options
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 23 Sep 2023 22:41:51 +0000 (18:41 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:15 +0000 (17:10 -0400)
commit03ef80b469d5d83530ce1ce15be78a40e5300f9b
tree4001b4552650c7da865f5236a0116a98a9933ecb
parentb560e32ef78f8e748b74a27009ee417b9072dd88
bcachefs: Ignore unknown mount options

This makes mount option handling consistent with other filesystems -
options may be handled at different layers, so an option we don't know
about might not be intended for us.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/opts.c