]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext2/super.c
ext2: fix return of uninitialised variable
[linux-2.6-omap-h63xx.git] / fs / ext2 / super.c
index c9fd8cf6eaa9b6b4c3016fb375616d2bcbd5303a..5de5061eb331c811c9ed0c9baab5f75655c7ae99 100644 (file)
@@ -1043,6 +1043,7 @@ static int ext2_remount (struct super_block * sb, int * flags, char * data)
 
        if ((ext2_use_xip(sb)) && (sb->s_blocksize != PAGE_SIZE)) {
                printk("XIP: Unsupported blocksize\n");
+               err = -EINVAL;
                goto restore_opts;
        }