diff options
Diffstat (limited to 'fs/gfs2/quota.c')
-rw-r--r-- | fs/gfs2/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c index 188d0a277fa3..228a46596188 100644 --- a/fs/gfs2/quota.c +++ b/fs/gfs2/quota.c | |||
@@ -1013,7 +1013,7 @@ void gfs2_quota_change(struct gfs2_inode *ip, s64 change, | |||
1013 | 1013 | ||
1014 | if (gfs2_assert_warn(GFS2_SB(&ip->i_inode), change)) | 1014 | if (gfs2_assert_warn(GFS2_SB(&ip->i_inode), change)) |
1015 | return; | 1015 | return; |
1016 | if (ip->i_di.di_flags & GFS2_DIF_SYSTEM) | 1016 | if (ip->i_diskflags & GFS2_DIF_SYSTEM) |
1017 | return; | 1017 | return; |
1018 | 1018 | ||
1019 | for (x = 0; x < al->al_qd_num; x++) { | 1019 | for (x = 0; x < al->al_qd_num; x++) { |