2021-06-07 03:47:45

by lijian_8010a29

[permalink] [raw]
Subject: [PATCH] fs: namespace: Fix a typo

From: lijian <[email protected]>

Change 'overriden' to 'overridden'.

Signed-off-by: lijian <[email protected]>
---
fs/namespace.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/namespace.c b/fs/namespace.c
index f63337828e1c..d6bd5aa6433a 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -3182,7 +3182,7 @@ int path_mount(const char *dev_name, struct path *path,
if ((flags & SB_MANDLOCK) && !may_mandlock())
return -EPERM;

- /* Default to relatime unless overriden */
+ /* Default to relatime unless overridden */
if (!(flags & MS_NOATIME))
mnt_flags |= MNT_RELATIME;

--
2.25.1