From: Miklos Szeredi Date: Mon, 29 Jan 2007 21:19:54 +0000 (-0800) Subject: [PATCH] fuse: fix bug in control filesystem mount X-Git-Tag: v2.6.20-rc7~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff79544754631cf3d237ff47b7d0e7ab2d211fcf;p=pandora-kernel.git [PATCH] fuse: fix bug in control filesystem mount The BUG in fuse_ctl_add_dentry() could be triggered if the control filesystem was unmounted and mounted again while one or more fuse filesystems were present. The fix is to reset the dentry counter in fuse_ctl_kill_sb(). Bug reported by Florent Mertens. Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed