diff options
| -rw-r--r-- | fs/ext2/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index c9fd8cf6eaa9..5de5061eb331 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) | |||
| 1043 | 1043 | ||
| 1044 | if ((ext2_use_xip(sb)) && (sb->s_blocksize != PAGE_SIZE)) { | 1044 | if ((ext2_use_xip(sb)) && (sb->s_blocksize != PAGE_SIZE)) { |
| 1045 | printk("XIP: Unsupported blocksize\n"); | 1045 | printk("XIP: Unsupported blocksize\n"); |
| 1046 | err = -EINVAL; | ||
| 1046 | goto restore_opts; | 1047 | goto restore_opts; |
| 1047 | } | 1048 | } |
| 1048 | 1049 | ||
