The patch titled fuse: minor cleanup in fuse_dentry_revalidate has been removed from the -mm tree. Its filename was fuse-minor-cleanup-in-fuse_dentry_revalidate.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fuse: minor cleanup in fuse_dentry_revalidate From: Miklos Szeredi <miklos@xxxxxxxxxx> Remove unneeded code from fuse_dentry_revalidate(). This made some sense while the validity time could wrap around, but now it's a very obvious no-op. Signed-off-by: Miklos Szeredi <miklos@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/fuse/dir.c | 3 --- 1 file changed, 3 deletions(-) diff -puN fs/fuse/dir.c~fuse-minor-cleanup-in-fuse_dentry_revalidate fs/fuse/dir.c --- a/fs/fuse/dir.c~fuse-minor-cleanup-in-fuse_dentry_revalidate +++ a/fs/fuse/dir.c @@ -141,9 +141,6 @@ static int fuse_dentry_revalidate(struct struct fuse_req *forget_req; struct dentry *parent; - /* Doesn't hurt to "reset" the validity timeout */ - fuse_invalidate_entry_cache(entry); - /* For negative dentries, always do a fresh lookup */ if (!inode) return 0; _ Patches currently in -mm which might be from miklos@xxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html