autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()
authorIan Kent <raven@themaw.net>
Thu, 1 May 2008 11:35:06 +0000 (04:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2008 15:04:01 +0000 (08:04 -0700)
commitafec570c32a0d116e3c68af583ed1d11110f12fc
tree1246c52aeccc6daa629e4d8daa523573aabe686e
parentc32e026efc1e1a4f9e36babebf123f2b88205b0b
autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()

Re-order some code in expire.c:autofs4_expire_indirect() to avoid compile
warning, reported by Harvey Harrison:

 CHECK   fs/autofs4/expire.c
fs/autofs4/expire.c:383:2: warning: context imbalance in
'autofs4_expire_indirect' - unexpected unlock

Signed-off-by: Ian Kent <raven@themaw.net>
Reviewed-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/expire.c