projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0fb2a2
)
bcachefs: Fix permissions on version modparam
author
Kent Overstreet
<kent.overstreet@linux.dev>
Fri, 28 Mar 2025 15:03:14 +0000
(11:03 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Fri, 28 Mar 2025 15:13:23 +0000
(11:13 -0400)
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 <kent.overstreet@linux.dev>
fs/bcachefs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/bcachefs/super.c
b/fs/bcachefs/super.c
index 99f9a0aaa380bf5662b8429eba16094468a6e0ee..64432233303ab3b31f84c82e386bd35f27aaddd7 100644
(file)
--- a/
fs/bcachefs/super.c
+++ b/
fs/bcachefs/super.c
@@
-2259,7
+2259,7
@@
BCH_DEBUG_PARAMS()
__maybe_unused
static unsigned bch2_metadata_version = bcachefs_metadata_version_current;
-module_param_named(version, bch2_metadata_version, uint, 04
00
);
+module_param_named(version, bch2_metadata_version, uint, 04
44
);
module_exit(bcachefs_exit);
module_init(bcachefs_init);