aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/eattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/eattr.c')
-rw-r--r--fs/gfs2/eattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eattr.c b/fs/gfs2/eattr.c
index 5208fa94aad2..935cc9a57168 100644
--- a/fs/gfs2/eattr.c
+++ b/fs/gfs2/eattr.c
@@ -687,7 +687,7 @@ static int ea_alloc_skeleton(struct gfs2_inode *ip, struct gfs2_ea_request *er,
687 if (error) 687 if (error)
688 goto out; 688 goto out;
689 689
690 error = gfs2_quota_check(ip, ip->i_di.di_uid, ip->i_di.di_gid); 690 error = gfs2_quota_check(ip, ip->i_inode.i_uid, ip->i_inode.i_gid);
691 if (error) 691 if (error)
692 goto out_gunlock_q; 692 goto out_gunlock_q;
693 693