[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>
This commit is contained in:
Ian Kent
2005-07-27 11:43:45 -07:00
کامیت شده توسط Linus Torvalds
والد 0f94c8e125
کامیت 104e49fc1e
2فایلهای تغییر یافته به همراه74 افزوده شده و 0 حذف شده

مشاهده پرونده

@@ -92,6 +92,7 @@ struct autofs_wait_queue {
struct autofs_sb_info {
u32 magic;
struct dentry *root;
struct file *pipe;
pid_t oz_pgrp;
int catatonic;