diff options
author | Ryan O'Hara <rohara@redhat.com> | 2006-05-25 17:36:15 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-05-25 17:36:15 -0400 |
commit | e70409f5f37587e101b4fd6d268686ae8e03ba88 (patch) | |
tree | 8c6fb56aa27cee29446c27ca62bd6d428c3c6886 /fs/gfs2/eaops.c | |
parent | e79664886ddd569afa1b198ca436a63aefc19073 (diff) |
[GFS2] Fix for selinux support
This should fix the mount problems with gfs2 and selinux.
Signed-off-by: Ryan O'Hara <rohara@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/eaops.c')
-rw-r--r-- | fs/gfs2/eaops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/eaops.c b/fs/gfs2/eaops.c index 2243b44ecb07..1c5ac3160b3b 100644 --- a/fs/gfs2/eaops.c +++ b/fs/gfs2/eaops.c | |||
@@ -225,5 +225,6 @@ struct gfs2_eattr_operations *gfs2_ea_ops[] = { | |||
225 | NULL, | 225 | NULL, |
226 | &gfs2_user_eaops, | 226 | &gfs2_user_eaops, |
227 | &gfs2_system_eaops, | 227 | &gfs2_system_eaops, |
228 | &gfs2_security_eaops, | ||
228 | }; | 229 | }; |
229 | 230 | ||