aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_super.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2008-11-03 09:28:42 -0500
committerSteven Whitehouse <swhiteho@redhat.com>2009-01-05 02:38:57 -0500
commit3767ac21f471fe669a7d9f6abef682ddac8fc3d8 (patch)
treec028ea68502e9005e3fa353c7ca54797d12a136a /fs/gfs2/ops_super.c
parentad6203f2b46c2217f74b2e88299640eef5889e72 (diff)
GFS2: Move di_eattr into "proper" inode
This moves the di_eattr field out of gfs2_inode_host and into the inode proper. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/ops_super.c')
-rw-r--r--fs/gfs2/ops_super.c2
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;