commit | 3767ac21f471fe669a7d9f6abef682ddac8fc3d8 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Nov 03 14:28:42 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Jan 05 07:38:57 2009 +0000 |
tree | c028ea68502e9005e3fa353c7ca54797d12a136a | |
parent | ad6203f2b46c2217f74b2e88299640eef5889e72 [diff] [blame] |
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>
diff --git a/fs/gfs2/acl.c b/fs/gfs2/acl.c index 3e9bd46..e335dce 100644 --- a/fs/gfs2/acl.c +++ b/fs/gfs2/acl.c
@@ -91,7 +91,7 @@ struct gfs2_ea_location el_this; int error; - if (!ip->i_di.di_eattr) + if (!ip->i_eattr) return 0; memset(&er, 0, sizeof(struct gfs2_ea_request));