Unverified Commit f7d81235 authored by Xichao Zhao's avatar Xichao Zhao Committed by Christian Brauner
Browse files

fs: fix "writen"->"written"



Trivial fix to spelling mistake in comment text.

Signed-off-by: default avatarXichao Zhao <zhao.xichao@vivo.com>
Link: https://lore.kernel.org/20250808083758.229563-1-zhao.xichao@vivo.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 4e021920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))