commit | 104e49fc1e1656142869fab0e75d7df52b72eed9 | [log] [tgz] |
---|---|---|
author | Ian Kent <raven@themaw.net> | Wed Jul 27 11:43:45 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jul 27 16:25:51 2005 -0700 |
tree | 4ba88793943da0fda56bbc98b404ea862ba89af6 | |
parent | 0f94c8e1256fcb786e1918e30bdaeccf669bf63c [diff] |
[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>