summaryrefslogtreecommitdiffstats
path: root/include/linux/fs_context.h
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2022-10-17 14:08:09 -0400
committerPaul Moore <paul@paul-moore.com>2022-10-17 14:08:15 -0400
commit3b87d9f436b6893503f43f487d3bc6091d9db178 (patch)
tree262ed08c587768dd6ecf6d7547321dfd59da84b8 /include/linux/fs_context.h
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
downloadlinux-3b87d9f436b6893503f43f487d3bc6091d9db178.tar.gz
linux-3b87d9f436b6893503f43f487d3bc6091d9db178.tar.bz2
linux-3b87d9f436b6893503f43f487d3bc6091d9db178.zip
fs: edit a comment made in bad taste
I know nobody likes a buzzkill, but I figure it's best to keep the bad jokes appropriate for small children. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'include/linux/fs_context.h')
-rw-r--r--include/linux/fs_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs_context.h b/include/linux/fs_context.h
index 13fa6f3df8e4..6fbf49cc10e4 100644
--- a/include/linux/fs_context.h
+++ b/include/linux/fs_context.h
@@ -99,7 +99,7 @@ struct fs_context {
const struct cred *cred; /* The mounter's credentials */
struct p_log log; /* Logging buffer */
const char *source; /* The source name (eg. dev path) */
- void *security; /* Linux S&M options */
+ void *security; /* LSM options */
void *s_fs_info; /* Proposed s_fs_info */
unsigned int sb_flags; /* Proposed superblock flags (SB_*) */
unsigned int sb_flags_mask; /* Superblock flags that were changed */