Date: Thu, 13 Sep 2001 12:53:41 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c Message-ID: <Pine.BSF.4.21.0109131252080.64766-100000@InterJet.elischer.org> In-Reply-To: <200109131901.f8DJ18442568@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Why are you doing this? having pointers to threads that are calle proc is going to be REALLY confusing! All vop operations will have threads (do) so why are you puting proc structures on them? On Thu, 13 Sep 2001, John Baldwin wrote: > jhb 2001/09/13 12:01:07 PDT > > Modified files: > sys/fs/msdosfs denode.h msdosfs_denode.c > msdosfs_lookup.c msdosfs_vfsops.c > msdosfs_vnops.c > Log: > Make this mostly portable again. > > Revision Changes Path > 1.23 +12 -2 src/sys/fs/msdosfs/denode.h > 1.59 +13 -13 src/sys/fs/msdosfs/msdosfs_denode.c > 1.37 +12 -12 src/sys/fs/msdosfs/msdosfs_lookup.c > 1.81 +48 -48 src/sys/fs/msdosfs/msdosfs_vfsops.c > 1.115 +61 -38 src/sys/fs/msdosfs/msdosfs_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?Pine.BSF.4.21.0109131252080.64766-100000>