selinux: make selinux_set_mnt_opts() static

selinux_set_mnt_opts() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Adrian Bunk
2008-01-29 00:11:52 +02:00
committed by James Morris
parent 71f1cb05f7
commit 374ea019ca

View File

@ -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;