Date: Fri, 9 Mar 2001 21:39:10 -0800 (PST) From: Boris Popov <bp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nwfs nwfs_io.c nwfs_node.c nwfs_node.h nwfs_subr.c nwfs_vfsops.c nwfs_vnops.c Message-ID: <200103100539.f2A5dAk45394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bp 2001/03/09 21:39:10 PST Modified files: sys/nwfs nwfs_io.c nwfs_node.c nwfs_node.h nwfs_subr.c nwfs_vfsops.c nwfs_vnops.c Log: Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected vnodes which represent volumes (before it was done via strcmp()). Turn n_refparent into bit in the n_flag field. Revision Changes Path 1.13 +2 -1 src/sys/nwfs/nwfs_io.c 1.17 +39 -8 src/sys/nwfs/nwfs_node.c 1.8 +5 -8 src/sys/nwfs/nwfs_node.h 1.6 +2 -2 src/sys/nwfs/nwfs_subr.c 1.15 +2 -2 src/sys/nwfs/nwfs_vfsops.c 1.17 +1 -36 src/sys/nwfs/nwfs_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?200103100539.f2A5dAk45394>