Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 374ea019 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Morris
Browse files

selinux: make selinux_set_mnt_opts() static



selinux_set_mnt_opts() can become static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 71f1cb05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 * 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 rc = 0, i;