]> git.baikalelectronics.ru Git - kernel.git/commit
autofs4: rename dentry to active in autofs4_lookup_active()
authorIan Kent <raven@themaw.net>
Wed, 16 Dec 2009 00:45:49 +0000 (16:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:19:58 +0000 (07:19 -0800)
commit06d272ecd5a46651cd195c669d03f0dc41858259
tree8ba8009ed1b3bb67cf4429de4930b639c4f3ab86
parentb73a5b9ff09c81f310b5ea4053d0341fd8a025d7
autofs4: rename dentry to active in autofs4_lookup_active()

In autofs4_lookup_active() a declaration within the list traversal loop
uses a declaration that has the same name as the function parameter.

Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Sage Weil <sage@newdream.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Andreas Dilger <adilger@sun.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Yehuda Saheh <yehuda@newdream.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/root.c