[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210607034447.142843-1-lijian_8010a29@163.com>
Date: Mon, 7 Jun 2021 11:44:47 +0800
From: lijian_8010a29@....com
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
lijian <lijian@...ong.com>
Subject: [PATCH] fs: namespace: Fix a typo
From: lijian <lijian@...ong.com>
Change 'overriden' to 'overridden'.
Signed-off-by: lijian <lijian@...ong.com>
---
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
Powered by blists - more mailing lists