From 1a3a403aa98b0ccabeb12abd7da90d33250ea36b Mon Sep 17 00:00:00 2001 From: John Stultz Date: Tue, 11 May 2010 14:22:35 +0200 Subject: autofs4: Remove another autofs4_lock deadlock Signed-off-by: John Stultz Signed-off-by: Thomas Gleixner --- fs/autofs4/root.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs') diff --git a/fs/autofs4/root.c b/fs/autofs4/root.c index a7eaa32c6bae..40ca9360caef 100644 --- a/fs/autofs4/root.c +++ b/fs/autofs4/root.c @@ -317,7 +317,6 @@ static void *autofs4_follow_link(struct dentry *dentry, struct nameidata *nd) * multi-mount with no root mount offset. So don't try to * mount it again. */ - spin_lock(&autofs4_lock); spin_lock(&dentry->d_lock); if (ino->flags & AUTOFS_INF_PENDING || (!d_mountpoint(dentry) && list_empty(&dentry->d_subdirs))) { -- cgit v1.2.3