Skip to content

Commit c6c6a39

Browse files
author
Kent Overstreet
committed
bcachefs: Fix permissions on version modparam
There's no reason for this not to be world readable - it provides the currently supported on disk format version. Signed-off-by: Kent Overstreet <[email protected]>
1 parent d0fb2a2 commit c6c6a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/bcachefs/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ BCH_DEBUG_PARAMS()
22592259

22602260
__maybe_unused
22612261
static unsigned bch2_metadata_version = bcachefs_metadata_version_current;
2262-
module_param_named(version, bch2_metadata_version, uint, 0400);
2262+
module_param_named(version, bch2_metadata_version, uint, 0444);
22632263

22642264
module_exit(bcachefs_exit);
22652265
module_init(bcachefs_init);

0 commit comments

Comments
 (0)