diff --git a/[refs] b/[refs] index 990510207e96..cb1f043b196c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5da44ad504662de8120063bdca46897a15f3f1e5 +refs/heads/master: ddc80bd781590ef6eb8ce30a0f3ac88c5599e41c diff --git a/trunk/fs/ext2/super.c b/trunk/fs/ext2/super.c index c9fd8cf6eaa9..5de5061eb331 100644 --- a/trunk/fs/ext2/super.c +++ b/trunk/fs/ext2/super.c @@ -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; }