mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
fs: fix "writen"->"written"
Trivial fix to spelling mistake in comment text. Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com> Link: https://lore.kernel.org/20250808083758.229563-1-zhao.xichao@vivo.com Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
4e02192081
commit
f7d812357e
|
|
@ -4828,7 +4828,7 @@ int vfs_link(struct dentry *old_dentry, struct mnt_idmap *idmap,
|
|||
return -EPERM;
|
||||
/*
|
||||
* Updating the link count will likely cause i_uid and i_gid to
|
||||
* be writen back improperly if their true value is unknown to
|
||||
* be written back improperly if their true value is unknown to
|
||||
* the vfs.
|
||||
*/
|
||||
if (HAS_UNMAPPED_ID(idmap, inode))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user