summaryrefslogtreecommitdiff
path: root/include/linux/lsm_hooks.h
diff options
context:
space:
mode:
authorRoberto Sassu <roberto.sassu@huawei.com>2022-12-09 11:29:35 +0300
committerPaul Moore <paul@paul-moore.com>2022-12-09 20:22:56 +0300
commit577cc1434e4cc1342c3df6d6a3c85136ab335c81 (patch)
tree846db1966c72702bf0d1050512093317029f9768 /include/linux/lsm_hooks.h
parent8eb687bc806932fc65de4cf60c4ecf913182231d (diff)
downloadlinux-577cc1434e4cc1342c3df6d6a3c85136ab335c81.tar.xz
lsm: Fix description of fs_context_parse_param
The fs_context_parse_param hook already has a description, which seems the right one according to the code. Fixes: 8eb687bc8069 ("lsm: Add/fix return values in lsm_hooks.h and fix formatting") Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include/linux/lsm_hooks.h')
-rw-r--r--include/linux/lsm_hooks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h
index bad3b6baad86..20e70132584c 100644
--- a/include/linux/lsm_hooks.h
+++ b/include/linux/lsm_hooks.h
@@ -100,9 +100,6 @@
* the filesystem.
* @fc indicates the filesystem context.
* @param The parameter.
- * Return 0 to indicate that the parameter should be passed on to the
- * filesystem, 1 to indicate that the parameter should be discarded or an
- * error to indicate that the parameter should be rejected.
*
* Security hooks for filesystem operations.
*