]> git.baikalelectronics.ru Git - kernel.git/commit
autofs4: factor should_expire() out of autofs4_expire_indirect.
authorNeilBrown <neilb@suse.de>
Mon, 13 Oct 2014 22:52:16 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 14 Oct 2014 00:18:16 +0000 (02:18 +0200)
commit0547c13ce15abad4377c1455e48742808ad66ae7
tree44a1ab49022175e85b81e9674059230124c62713
parente9e258524d7db9e377ad2ab1b49edf17815a57b7
autofs4: factor should_expire() out of autofs4_expire_indirect.

Future patch will potentially call this twice, so make it separate.

Signed-off-by: NeilBrown <neilb@suse.de>
Reviewed-by: Ian Kent <raven@themaw.net>
Tested-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/expire.c