]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Change kernel_vmount() interface to be more convenient : pass two
authorMaxime Henrion <mux@FreeBSD.org>
Sun, 7 Apr 2002 13:22:47 +0000 (13:22 +0000)
committerMaxime Henrion <mux@FreeBSD.org>
Sun, 7 Apr 2002 13:22:47 +0000 (13:22 +0000)
commit9d8353732e48285d08d1674ff564484e8883ae2a
treeb8641924a1992de3000787f95c4307e061ac0f45
parentbe55f9a1f269842622ef0f041a6b597344eda490
o Change kernel_vmount() interface to be more convenient : pass two
  separate strings instead of passing "foo=bar".
o Don't forget to clear the VMOUNT flag on the vnode when vfs_nmount()
  fails because the fs doesn't implement VFS_NMOUNT (and in vfs_mount()
  when the fs doesn't implement VFS_MOUNT) ; also decrement the vfs
  refcount in the !MNT_UPDATE case.
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c