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)
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>

No differences found