diff options
Diffstat (limited to 'fs/ext2/inode.c')
-rw-r--r-- | fs/ext2/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 0aa9bf6e6e53..338eefda70c6 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c | |||
@@ -1420,6 +1420,7 @@ struct inode *ext2_iget (struct super_block *sb, unsigned long ino) | |||
1420 | sizeof(ei->i_data) - 1); | 1420 | sizeof(ei->i_data) - 1); |
1421 | } else { | 1421 | } else { |
1422 | inode->i_op = &ext2_symlink_inode_operations; | 1422 | inode->i_op = &ext2_symlink_inode_operations; |
1423 | inode_nohighmem(inode); | ||
1423 | if (test_opt(inode->i_sb, NOBH)) | 1424 | if (test_opt(inode->i_sb, NOBH)) |
1424 | inode->i_mapping->a_ops = &ext2_nobh_aops; | 1425 | inode->i_mapping->a_ops = &ext2_nobh_aops; |
1425 | else | 1426 | else |