aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl.c b/fs/xfs/linux-2.6/xfs_ioctl.c
index d5970599953..534b175f3a4 100644
--- a/fs/xfs/linux-2.6/xfs_ioctl.c
+++ b/fs/xfs/linux-2.6/xfs_ioctl.c
@@ -1131,7 +1131,7 @@ xfs_ioctl_setattr(
1131 * the superblock version number since projids didn't 1131 * the superblock version number since projids didn't
1132 * exist before DINODE_VERSION_2 and SB_VERSION_NLINK. 1132 * exist before DINODE_VERSION_2 and SB_VERSION_NLINK.
1133 */ 1133 */
1134 if (ip->i_d.di_version == XFS_DINODE_VERSION_1) 1134 if (ip->i_d.di_version == 1)
1135 xfs_bump_ino_vers2(tp, ip); 1135 xfs_bump_ino_vers2(tp, ip);
1136 } 1136 }
1137 1137