summaryrefslogtreecommitdiffstats
path: root/fs/attr.c
diff options
context:
space:
mode:
authorJay <merqqcury@gmail.com>2024-01-09 15:29:27 +0800
committerChristian Brauner <brauner@kernel.org>2024-01-22 15:33:30 +0100
commitfe12cfc17429a4ddfdf9e71711bd125b8854ed7d (patch)
tree33723b52d4920a572abb06d292022bc0868b06e2 /fs/attr.c
parent6613476e225e090cc9aad49be7fa504e290dd33d (diff)
downloadlinux-stable-fe12cfc17429a4ddfdf9e71711bd125b8854ed7d.tar.gz
linux-stable-fe12cfc17429a4ddfdf9e71711bd125b8854ed7d.tar.bz2
linux-stable-fe12cfc17429a4ddfdf9e71711bd125b8854ed7d.zip
fs: fix a typo in attr.c
The word "filesytem" should be "filesystem" Signed-off-by: Jay <merqqcury@gmail.com> Link: https://lore.kernel.org/r/20240109072927.29626-1-merqqcury@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/attr.c')
-rw-r--r--fs/attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/attr.c b/fs/attr.c
index 5a13f0c8495f..49d23b5dbab4 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