浏览代码

[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>
Ryan O'Hara 19 年之前
父节点
当前提交
e70409f5f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fs/gfs2/eaops.c

+ 1 - 0
fs/gfs2/eaops.c

@@ -225,5 +225,6 @@ struct gfs2_eattr_operations *gfs2_ea_ops[] = {
 	NULL,
 	NULL,
 	&gfs2_user_eaops,
 	&gfs2_user_eaops,
 	&gfs2_system_eaops,
 	&gfs2_system_eaops,
+	&gfs2_security_eaops,
 };
 };