The patch titled
autofs4-reinstate-negatitive-timeout-of-mount-fails fix
has been removed from the -mm tree. Its filename was
autofs4-reinstate-negatitive-timeout-of-mount-fails-fix.patch
This patch was dropped because it was folded into
autofs4-reinstate-negatitive-timeout-of-mount-fails.patch
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: autofs4-reinstate-negatitive-timeout-of-mount-fails fix
From: Ian Kent <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] are
autofs4-reinstate-negatitive-timeout-of-mount-fails.patch
autofs4-reinstate-negatitive-timeout-of-mount-fails-fix.patch
iget-stop-autofs-from-using-iget-and-read_inode.patch
mount-options-fix-autofs4.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html