Subject : BUG fs/dcache.c:595 in 2.4.24rc3-git3 during NFS umount Submitter : Andi Kleen <ak@suse.de> References : http://lkml.org/lkml/2007/12/8/58 Handled-By : Trond Myklebust <trond.myklebust@fys.uio.no>
Created attachment 13988 [details] NFS: Fix an Oops in NFS unmount Ensure that the dummy 'root dentry' is invisible to d_find_alias(). If not, then it may be spliced into the tree if a parent directory from the same filesystem gets mounted at a later time.
Fixed by: commit a10db50a4ae813fcb2f431f2fb039933c109a925 Author: Trond Myklebust <Trond.Myklebust@netapp.com> Date: Wed Dec 12 11:12:15 2007 -0500 NFS: Fix an Oops in NFS unmount http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a10db50a4ae813fcb2f431f2fb039933c109a925