[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>
This commit is contained in:
parent
e79664886d
commit
e70409f5f3
|
@ -225,5 +225,6 @@ struct gfs2_eattr_operations *gfs2_ea_ops[] = {
|
|||
NULL,
|
||||
&gfs2_user_eaops,
|
||||
&gfs2_system_eaops,
|
||||
&gfs2_security_eaops,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue