From: Ryan O'Hara Date: Thu, 25 May 2006 21:36:15 +0000 (-0400) Subject: [GFS2] Fix for selinux support X-Git-Tag: v2.6.19-rc1~32^2~184 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e70409f5f37587e101b4fd6d268686ae8e03ba88;p=linux-2.6-omap-h63xx.git [GFS2] Fix for selinux support This should fix the mount problems with gfs2 and selinux. Signed-off-by: Ryan O'Hara Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/eaops.c b/fs/gfs2/eaops.c index 2243b44ecb0..1c5ac3160b3 100644 --- a/fs/gfs2/eaops.c +++ b/fs/gfs2/eaops.c @@ -225,5 +225,6 @@ struct gfs2_eattr_operations *gfs2_ea_ops[] = { NULL, &gfs2_user_eaops, &gfs2_system_eaops, + &gfs2_security_eaops, };