Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[sfrench/cifs-2.6.git] / fs / befs / linuxvfs.c
index a16fbd4e824107fefa27ecde2a86bf1902b04821..0d6c07cc1149191d0f46e38e87142987e0fd41ad 100644 (file)
@@ -799,13 +799,11 @@ befs_fill_super(struct super_block *sb, void *data, int silent)
 
        befs_debug(sb, "---> %s", __func__);
 
-#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.