diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 481a06882544..0c913eecf884 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -819,7 +819,7 @@ static int do_grow(struct gfs2_inode *ip, u64 size) | |||
819 | if (error) | 819 | if (error) |
820 | goto out; | 820 | goto out; |
821 | 821 | ||
822 | error = gfs2_quota_check(ip, ip->i_di.di_uid, ip->i_di.di_gid); | 822 | error = gfs2_quota_check(ip, ip->i_inode.i_uid, ip->i_inode.i_gid); |
823 | if (error) | 823 | if (error) |
824 | goto out_gunlock_q; | 824 | goto out_gunlock_q; |
825 | 825 | ||