mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
befs: remove check for CONFIG_BEFS_RW
Befs contains a check for CONFIG_BEFS_RW for over a decade now. The related Kconfig symbol never existed, so this check always evaluated to true. Remove it. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
ae9fbcac19
commit
fe786f61f3
@ -808,13 +808,11 @@ befs_fill_super(struct super_block *sb, void *data, int silent)
|
||||
|
||||
befs_debug(sb, "---> befs_fill_super()");
|
||||
|
||||
#ifndef CONFIG_BEFS_RW
|
||||
if (!(sb->s_flags & MS_RDONLY)) {
|
||||
befs_warning(sb,
|
||||
"No write support. Marking filesystem read-only");
|
||||
sb->s_flags |= MS_RDONLY;
|
||||
}
|
||||
#endif /* CONFIG_BEFS_RW */
|
||||
|
||||
/*
|
||||
* Set dummy blocksize to read super block.
|
||||
|
Loading…
Reference in New Issue
Block a user