Fix autofs_expire()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Apr 2009 15:19:26 +0000 (11:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 21 Apr 2009 03:01:15 +0000 (23:01 -0400)
commit117aff744a20a2a04ccdb36cd5978316e1af0c3a
tree1f96bb44bf67a7737d233831399ab58d9fa842bf
parent24b6f16ecf37f918a1934d590e9e71c100d6388f
Fix autofs_expire()

mnt should remain the same for all iterations through the list;
as it is, if we have a busy mount, mnt follows into it and isn't
restored for the next iteration.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/autofs/dirhash.c