[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:
@@ -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;
|
||||
|
مرجع در شماره جدید
Block a user