diff options
author | Christina Quast <cquast@hanoverdisplays.com> | 2019-04-02 10:01:46 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 15:41:35 -0400 |
commit | 0d1a393d61e44e2755eeff2e62fc8e91f8b296b6 (patch) | |
tree | c09f4972f5d60fe0962d09d4416cb6151e1c88b7 /include/linux/kernfs.h | |
parent | ab3a9f2ccc080d27873f76869c9a780be45e581e (diff) |
fs: kernfs: Corrected spelling mistake
flies => files
Signed-off-by: Christina Quast <cquast@hanoverdisplays.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/kernfs.h')
-rw-r--r-- | include/linux/kernfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernfs.h b/include/linux/kernfs.h index c8893f663470..e446ab97ee0c 100644 --- a/include/linux/kernfs.h +++ b/include/linux/kernfs.h | |||
@@ -64,7 +64,7 @@ enum kernfs_root_flag { | |||
64 | KERNFS_ROOT_CREATE_DEACTIVATED = 0x0001, | 64 | KERNFS_ROOT_CREATE_DEACTIVATED = 0x0001, |
65 | 65 | ||
66 | /* | 66 | /* |
67 | * For regular flies, if the opener has CAP_DAC_OVERRIDE, open(2) | 67 | * For regular files, if the opener has CAP_DAC_OVERRIDE, open(2) |
68 | * succeeds regardless of the RW permissions. sysfs had an extra | 68 | * succeeds regardless of the RW permissions. sysfs had an extra |
69 | * layer of enforcement where open(2) fails with -EACCES regardless | 69 | * layer of enforcement where open(2) fails with -EACCES regardless |
70 | * of CAP_DAC_OVERRIDE if the permission doesn't have the | 70 | * of CAP_DAC_OVERRIDE if the permission doesn't have the |