[PATCH] autofs4: simplify expire tree traversal
authorIan Kent <raven@themaw.net>
Mon, 27 Mar 2006 09:14:45 +0000 (01:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:39 +0000 (08:44 -0800)
commit1ce12bad85863478619688c0c7363f93a9e5edb8
treeb396ba540e38817a8dee8190c8ec437e2910d393
parent1f5f2c3059ae8cc23cb3303daf324b06ba79517a
[PATCH] autofs4: simplify expire tree traversal

Simplify the expire tree traversal code by using a function from namespace.c
to calculate the next entry in the top down tree traversals carried out during
the expire operation.

Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/autofs4/expire.c