diff --git a/fs/ext2/super.c b/fs/ext2/super.c index c9fd8cf6eaa9b6b4c3016fb375616d2bcbd5303a..5de5061eb331c811c9ed0c9baab5f75655c7ae99 100644 --- a/fs/ext2/super.c +++ b/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; }