diff options
Diffstat (limited to 'fs/gfs2/ops_address.c')
-rw-r--r-- | fs/gfs2/ops_address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index 45a3d85b1d68..38b702a18244 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c | |||
@@ -386,7 +386,7 @@ static int gfs2_prepare_write(struct file *file, struct page *page, | |||
386 | if (error) | 386 | if (error) |
387 | goto out_alloc_put; | 387 | goto out_alloc_put; |
388 | 388 | ||
389 | error = gfs2_quota_check(ip, ip->i_di.di_uid, ip->i_di.di_gid); | 389 | error = gfs2_quota_check(ip, ip->i_inode.i_uid, ip->i_inode.i_gid); |
390 | if (error) | 390 | if (error) |
391 | goto out_qunlock; | 391 | goto out_qunlock; |
392 | 392 | ||