Date: Fri, 2 Jul 1999 09:29:49 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_vnops.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/nullfs null_vnops.c src/sys/miscfs/portal portal_vnops.c src/sys/miscfs/umapfs ... Message-ID: <199907021629.JAA69664@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1999/07/02 09:29:48 PDT Modified files: sys/kern vfs_subr.c vfs_vnops.c sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/nullfs null_vnops.c sys/miscfs/portal portal_vnops.c sys/miscfs/umapfs umap_vnops.c sys/miscfs/union union_vnops.c Log: Make sure that stat(2) and friends always return a valid st_dev field. Pseudo-FS need not fill in the va_fsid anymore, the syscall code will use the first half of the fsid, which now looks like a udev_t with major 255. Revision Changes Path 1.205 +5 -4 src/sys/kern/vfs_subr.c 1.69 +5 -2 src/sys/kern/vfs_vnops.c 1.43 +1 -2 src/sys/miscfs/fdesc/fdesc_vnops.c 1.39 +1 -2 src/sys/miscfs/kernfs/kernfs_vnops.c 1.34 +2 -4 src/sys/miscfs/nullfs/null_vnops.c 1.36 +1 -2 src/sys/miscfs/portal/portal_vnops.c 1.28 +1 -3 src/sys/miscfs/umapfs/umap_vnops.c 1.62 +1 -2 src/sys/miscfs/union/union_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907021629.JAA69664>