Commit fe12cfc1 authored by Jay's avatar Jay Committed by Christian Brauner

fs: fix a typo in attr.c

The word "filesytem" should be "filesystem"
Signed-off-by: default avatarJay <merqqcury@gmail.com>
Link: https://lore.kernel.org/r/20240109072927.29626-1-merqqcury@gmail.comSigned-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 6613476e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment