Source-Changes archive

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

CVS commit: [netbsd-9] src/sys/miscfs/nullfs



Module Name:    src
Committed By:   martin
Date:           Tue Dec 24 17:45:53 UTC 2019

Modified Files:
        src/sys/miscfs/nullfs [netbsd-9]: null_vfsops.c

Log Message:
Pull up following revision(s) (requested by hannken in ticket #581):

        sys/miscfs/nullfs/null_vfsops.c: revision 1.96

Set IMNT_MPSAFE before creating the vnode for the root of the
filesystem. Otherwise, it won't be created with VV_MPSAFE and require
the kernel_lock.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.95.4.1 src/sys/miscfs/nullfs/null_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