commit | e7854723d0f3626f260c880d8db8e5136f29db19 | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Fri Mar 25 01:51:31 2011 +0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 24 14:54:35 2011 -0400 |
tree | 3fe4f138922f51d8214ccc6bd2fb9ed4dfa1f234 | |
parent | 83fb96bfc792e5ca693e53f7fd878d51b8493da8 [diff] |
autofs4 - remove autofs4_lock The autofs4_lock introduced by the rcu-walk changes has unnecessarily broad scope. The locking is better handled by the per-autofs super block lookup_lock. Signed-off-by: Ian Kent <raven@themaw.net> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>