Commit 0d1a393d authored by Christina Quast's avatar Christina Quast Committed by Greg Kroah-Hartman

fs: kernfs: Corrected spelling mistake

flies => files
Signed-off-by: default avatarChristina Quast <cquast@hanoverdisplays.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ab3a9f2c
...@@ -64,7 +64,7 @@ enum kernfs_root_flag { ...@@ -64,7 +64,7 @@ enum kernfs_root_flag {
KERNFS_ROOT_CREATE_DEACTIVATED = 0x0001, KERNFS_ROOT_CREATE_DEACTIVATED = 0x0001,
/* /*
* For regular flies, if the opener has CAP_DAC_OVERRIDE, open(2) * For regular files, if the opener has CAP_DAC_OVERRIDE, open(2)
* succeeds regardless of the RW permissions. sysfs had an extra * succeeds regardless of the RW permissions. sysfs had an extra
* layer of enforcement where open(2) fails with -EACCES regardless * layer of enforcement where open(2) fails with -EACCES regardless
* of CAP_DAC_OVERRIDE if the permission doesn't have the * of CAP_DAC_OVERRIDE if the permission doesn't have the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment