Skip to content

Commit

Permalink
fs: edit a comment made in bad taste
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pcmoore committed Oct 17, 2022
1 parent 9abf231 commit 3b87d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/fs_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3b87d9f

Please sign in to comment.