summaryrefslogtreecommitdiffstats
path: root/fs/freevxfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/freevxfs')
-rw-r--r--fs/freevxfs/vxfs_inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/freevxfs/vxfs_inode.c b/fs/freevxfs/vxfs_inode.c
index ef73ed674a27..3e2ccade61ed 100644
--- a/fs/freevxfs/vxfs_inode.c
+++ b/fs/freevxfs/vxfs_inode.c
@@ -326,6 +326,7 @@ vxfs_iget(struct super_block *sbp, ino_t ino)
326 } else if (S_ISLNK(ip->i_mode)) { 326 } else if (S_ISLNK(ip->i_mode)) {
327 if (!VXFS_ISIMMED(vip)) { 327 if (!VXFS_ISIMMED(vip)) {
328 ip->i_op = &page_symlink_inode_operations; 328 ip->i_op = &page_symlink_inode_operations;
329 inode_nohighmem(ip);
329 ip->i_mapping->a_ops = &vxfs_aops; 330 ip->i_mapping->a_ops = &vxfs_aops;
330 } else { 331 } else {
331 ip->i_op = &simple_symlink_inode_operations; 332 ip->i_op = &simple_symlink_inode_operations;