diff options
Diffstat (limited to 'fs/xfs/xfs_quotaops.c')
| -rw-r--r-- | fs/xfs/xfs_quotaops.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_quotaops.c b/fs/xfs/xfs_quotaops.c index d27c0e852c0b..88d70c236a54 100644 --- a/fs/xfs/xfs_quotaops.c +++ b/fs/xfs/xfs_quotaops.c @@ -35,7 +35,7 @@ xfs_qm_fill_state(  		tempqip = true;  	}  	tstate->flags |= QCI_SYSFILE; -	tstate->blocks = ip->i_d.di_nblocks; +	tstate->blocks = ip->i_nblocks;  	tstate->nextents = ip->i_df.if_nextents;  	tstate->spc_timelimit = (u32)defq->blk.time;  	tstate->ino_timelimit = (u32)defq->ino.time;  |