From: Ian Kent Date: Wed, 16 Dec 2009 00:45:45 +0000 (-0800) Subject: autofs4: use autofs_info for pending flag X-Git-Tag: v2.6.33-rc1~71^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa952eb26d4344fdad44c104f3c298d3130c53da;p=pandora-kernel.git autofs4: use autofs_info for pending flag Eliminate the use of the d_lock spin lock by using the autofs super block info spin lock. This reduces the number of spin locks we use by one and makes the code for the following patch (to redirect ->d_revalidate() to ->lookup()) a little simpler. Signed-off-by: Ian Kent Cc: Sage Weil Cc: Al Viro Cc: Andreas Dilger Cc: Christoph Hellwig Cc: Yehuda Saheh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed