[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>
diff --git a/fs/gfs2/eaops.c b/fs/gfs2/eaops.c
index 2243b44..1c5ac31 100644
--- a/fs/gfs2/eaops.c
+++ b/fs/gfs2/eaops.c
@@ -225,5 +225,6 @@
 	NULL,
 	&gfs2_user_eaops,
 	&gfs2_system_eaops,
+	&gfs2_security_eaops,
 };