]> www.infradead.org Git - users/willy/pagecache.git/commit
exfat_d_revalidate(): use stable parent inode passed by caller
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Jan 2025 06:13:16 +0000 (01:13 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 28 Jan 2025 00:25:23 +0000 (19:25 -0500)
commit14d02c3dcf774f325c77d948eed05ff8196f94cc
treea675a1261d1cdbc3a642894ddee75339ac55062f
parentc4a9fe6319e3343ed26ac9d671d96decebc95a03
exfat_d_revalidate(): use stable parent inode passed by caller

... no need to bother with ->d_lock and ->d_parent->d_inode.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exfat/namei.c