]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[GFS2] Fix for selinux support
authorRyan O'Hara <rohara@redhat.com>
Thu, 25 May 2006 21:36:15 +0000 (17:36 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 25 May 2006 21:36:15 +0000 (17:36 -0400)
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>
fs/gfs2/eaops.c

index 2243b44ecb0738c91b992ace3ce21d91081ec1b5..1c5ac3160b3b326bad3f07b3b6fc17dc64308a10 100644 (file)
@@ -225,5 +225,6 @@ struct gfs2_eattr_operations *gfs2_ea_ops[] = {
        NULL,
        &gfs2_user_eaops,
        &gfs2_system_eaops,
+       &gfs2_security_eaops,
 };