]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] autofs4: expire code readability cleanup
authorIan Kent <raven@themaw.net>
Mon, 27 Mar 2006 09:14:44 +0000 (01:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:44:39 +0000 (08:44 -0800)
commit00e1c1962dfcfdf69c8a8f20c23f50d49a1fe2d0
treea36fcdab769e3433a876d2e73f0877d53129c444
parent724e3a553c0b476fba2fc6b705b1deafb5e9d19d
[PATCH] autofs4: expire code readability cleanup

Change the names of the boolean functions autofs4_check_mount and
autofs4_check_tree to autofs4_mount_busy and autofs4_tree_busy respectively
and alters their return codes to suit in order to aid code readabilty.

A couple of white space cleanups are included as well.

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