[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240109072927.29626-1-merqqcury@gmail.com>
Date: Tue, 9 Jan 2024 15:29:27 +0800
From: Jay <merqqcury@...il.com>
To: viro@...iv.linux.org.uk
Cc: brauner@...nel.org,
linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jay <merqqcury@...il.com>
Subject: [PATCH] fs: fix a typo in attr.c
The word "filesytem" should be "filesystem"
Signed-off-by: Jay <merqqcury@...il.com>
---
fs/attr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/attr.c b/fs/attr.c
index bdf5deb06..b05869bcd 100644
--- a/fs/attr.c
+++ b/fs/attr.c
@@ -352,7 +352,7 @@ int may_setattr(struct mnt_idmap *idmap, struct inode *inode,
EXPORT_SYMBOL(may_setattr);
/**
- * notify_change - modify attributes of a filesytem object
+ * notify_change - modify attributes of a filesystem object
* @idmap: idmap of the mount the inode was found from
* @dentry: object affected
* @attr: new attributes
--
2.34.1
Powered by blists - more mailing lists