]> git.ipfire.org Git - thirdparty/linux.git/commit
fuse: no need for special dentry_operations for root dentry
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Feb 2025 22:54:57 +0000 (17:54 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 11 Jun 2025 02:15:18 +0000 (22:15 -0400)
commit4bd9f3fd87e252303e8fef6105b704f05d3f2678
tree2b53254f193bdbe4a60973fd72be60501e41cdb1
parentec169ef86ba45389b353189cf1fc06461163f667
fuse: no need for special dentry_operations for root dentry

->d_revalidate() is never called for root anyway...

Reviewed-by: Christian Brauner <brauner@kernel.org>
Acked-by: Miklos Szeredi <mszeredi@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fuse/dir.c
fs/fuse/fuse_i.h
fs/fuse/inode.c