diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2008-07-03 14:56:04 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-07-14 01:02:05 -0400 |
commit | b478a9f9889c81e88077d1495daadee64c0af541 (patch) | |
tree | d1a843fab53dd4b28b45172ba0b90417c4eefc48 /security/selinux | |
parent | 2069f457848f846cb31149c9aa29b330a6b66d1b (diff) |
security: remove unused sb_get_mnt_opts hook
The sb_get_mnt_opts() hook is unused, and is superseded by the
sb_show_options() hook.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Acked-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux')
-rw-r--r-- | security/selinux/hooks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 33dee83fdd2f..745a69e74e38 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -5421,7 +5421,6 @@ static struct security_operations selinux_ops = { | |||
5421 | .sb_statfs = selinux_sb_statfs, | 5421 | .sb_statfs = selinux_sb_statfs, |
5422 | .sb_mount = selinux_mount, | 5422 | .sb_mount = selinux_mount, |
5423 | .sb_umount = selinux_umount, | 5423 | .sb_umount = selinux_umount, |
5424 | .sb_get_mnt_opts = selinux_get_mnt_opts, | ||
5425 | .sb_set_mnt_opts = selinux_set_mnt_opts, | 5424 | .sb_set_mnt_opts = selinux_set_mnt_opts, |
5426 | .sb_clone_mnt_opts = selinux_sb_clone_mnt_opts, | 5425 | .sb_clone_mnt_opts = selinux_sb_clone_mnt_opts, |
5427 | .sb_parse_opts_str = selinux_parse_opts_str, | 5426 | .sb_parse_opts_str = selinux_parse_opts_str, |