]> git.baikalelectronics.ru Git - kernel.git/commit
autofs4 - fix autofs4_expire_indirect() traversal
authorIan Kent <raven@themaw.net>
Thu, 24 Mar 2011 17:51:20 +0000 (01:51 +0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 24 Mar 2011 18:54:34 +0000 (14:54 -0400)
commit13e31d418110fc333a4f166b93e1862f95d1fe57
treed3bdbf9edd438ecd1a6de1bc30b9c13b466559e5
parentbe87d7ba2d969dcb39681e312a9c1b1d0845816b
autofs4 - fix autofs4_expire_indirect() traversal

The vfs-scale changes changed the traversal used in
autofs4_expire_indirect() from a list to a depth first tree traversal
which isn't right.

Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/autofs4/expire.c