[PATCH] fs: namespace: Fix a typo

From: lijian_8010a29
Date: Sun Jun 06 2021 - 23:45:58 EST


From: lijian <lijian@xxxxxxxxxx>

Change 'overriden' to 'overridden'.

Signed-off-by: lijian <lijian@xxxxxxxxxx>
---
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