xfs: remove the i_size field in struct xfs_inode
[deliverable/linux.git] / fs / xfs / xfs_qm_syscalls.c
index 27378650b5cbd81e40de45a1df0a22a4f8f86060..eafbcff81f3af43c9dae0a73175bc71abba4a7c5 100644 (file)
@@ -265,7 +265,6 @@ xfs_qm_scall_trunc_qfile(
        xfs_trans_ijoin(tp, ip, 0);
 
        ip->i_d.di_size = 0;
-       ip->i_size = 0;
        xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
 
        error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0);
This page took 0.081671 seconds and 5 git commands to generate.