]> www.infradead.org Git - users/willy/pagecache.git/commit
fscrypt_d_revalidate(): use stable parent inode passed by caller
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Jan 2025 05:58:15 +0000 (00:58 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 28 Jan 2025 00:25:23 +0000 (19:25 -0500)
commitc4a9fe6319e3343ed26ac9d671d96decebc95a03
tree2d9e8fa404134ac542a8999bffc91523f2b018d0
parent541795cb0be6e29f79deff50831bc6caa72b5f8e
fscrypt_d_revalidate(): use stable parent inode passed by caller

The only thing it's using is parent directory inode and we are already
given a stable reference to that - no need to bother with boilerplate.

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