diff options
Diffstat (limited to 'fs/gfs2/ops_super.c')
-rw-r--r-- | fs/gfs2/ops_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_super.c b/fs/gfs2/ops_super.c index 2cb744ba3b77..aee6cbaf58df 100644 --- a/fs/gfs2/ops_super.c +++ b/fs/gfs2/ops_super.c | |||
@@ -502,7 +502,7 @@ static void gfs2_delete_inode(struct inode *inode) | |||
502 | goto out_unlock; | 502 | goto out_unlock; |
503 | } | 503 | } |
504 | 504 | ||
505 | if (ip->i_di.di_eattr) { | 505 | if (ip->i_eattr) { |
506 | error = gfs2_ea_dealloc(ip); | 506 | error = gfs2_ea_dealloc(ip); |
507 | if (error) | 507 | if (error) |
508 | goto out_unlock; | 508 | goto out_unlock; |