Loading security/selinux/hooks.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -583,7 +583,7 @@ static int bad_option(struct superblock_security_struct *sbsec, char flag, * Allow filesystems with binary mount data to explicitly set mount point * Allow filesystems with binary mount data to explicitly set mount point * labeling information. * labeling information. */ */ int selinux_set_mnt_opts(struct super_block *sb, char **mount_options, static int selinux_set_mnt_opts(struct super_block *sb, char **mount_options, int *flags, int num_opts) int *flags, int num_opts) { { int rc = 0, i; int rc = 0, i; Loading Loading
security/selinux/hooks.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -583,7 +583,7 @@ static int bad_option(struct superblock_security_struct *sbsec, char flag, * Allow filesystems with binary mount data to explicitly set mount point * Allow filesystems with binary mount data to explicitly set mount point * labeling information. * labeling information. */ */ int selinux_set_mnt_opts(struct super_block *sb, char **mount_options, static int selinux_set_mnt_opts(struct super_block *sb, char **mount_options, int *flags, int num_opts) int *flags, int num_opts) { { int rc = 0, i; int rc = 0, i; Loading