Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/sys/fs/union



Module Name:    src
Committed By:   riz
Date:           Fri Jan  6 23:53:37 UTC 2006

Modified Files:
        src/sys/fs/union [netbsd-2-0]: union_vfsops.c

Log Message:
Pull up following revision(s) (requested by wrstuden in ticket #10213):
        sys/fs/union/union_vfsops.c: revision 1.32 via patch
Change union_unmount() to not play with the fs root vnode explicitly.
Let it get recycled along with all of the others. This is important
as if the root vnode has already been reclaimed, then we get a panic
when we try to vget it.
This addresses PR: kern/31382


To generate a diff of this commit:
cvs rdiff -r1.11.2.1 -r1.11.2.2 src/sys/fs/union/union_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index