]> bbs.cooldavid.org Git - net-next-2.6.git/commit
autofs4: rename dentry to expiring in autofs4_lookup_expiring()
authorIan Kent <raven@themaw.net>
Wed, 16 Dec 2009 00:45:50 +0000 (16:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Dec 2009 15:19:58 +0000 (07:19 -0800)
commitcb4b492ac7595aad10756fe0b04691f0965e0cfc
treee0737776e152e83c9d449086b631a975f165bcc7
parente4d5ade7b54cf74efcf53ff3dcb09454c29d70cf
autofs4: rename dentry to expiring in autofs4_lookup_expiring()

In autofs4_lookup_expiring() 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