]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] autofs4: fix infamous "Busy inodes after umount ..." message
authorIan Kent <raven@themaw.net>
Wed, 27 Jul 2005 18:43:45 +0000 (11:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:51 +0000 (16:25 -0700)
commit00ef677e025f1f97a49d4b121d15896a0648e323
tree4ba88793943da0fda56bbc98b404ea862ba89af6
parent44ccc8918caf7de106f0b5ed239b2cd153b7e148
[PATCH] autofs4: fix infamous "Busy inodes after umount ..." message

If the automount daemon receives a signal which causes it to sumarily
terminate the autofs4 module leaks dentries.  The same problem exists with
detached mount requests without the warning.

This patch cleans these dentries at umount.

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/autofs_i.h
fs/autofs4/inode.c