The patch titled autofs4-reinstate-negatitive-timeout-of-mount-fails fix has been added to the -mm tree. Its filename is autofs4-reinstate-negatitive-timeout-of-mount-fails-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: autofs4-reinstate-negatitive-timeout-of-mount-fails fix From: Ian Kent <raven@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/autofs4/inode.c | 2 -- 1 files changed, 2 deletions(-) diff -puN fs/autofs4/inode.c~autofs4-reinstate-negatitive-timeout-of-mount-fails-fix fs/autofs4/inode.c --- a/fs/autofs4/inode.c~autofs4-reinstate-negatitive-timeout-of-mount-fails-fix +++ a/fs/autofs4/inode.c @@ -108,9 +108,7 @@ static void autofs4_force_release(struct spin_lock(&sbi->rehash_lock); list_for_each_safe(p, next, &sbi->rehash_list) { struct autofs_info *ino; - struct dentry *dentry; ino = list_entry(p, struct autofs_info, rehash); - dentry = ino->dentry; spin_unlock(&sbi->rehash_lock); dput(ino->dentry); spin_lock(&sbi->rehash_lock); _ Patches currently in -mm which might be from raven@xxxxxxxxxx are autofs4-deadlock-during-create.patch fs-autofs4-inodec-kmalloc-memset-conversion-to-kzalloc.patch autofs4-reinstate-negatitive-timeout-of-mount-fails.patch autofs4-reinstate-negatitive-timeout-of-mount-fails-fix.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