Date: Tue, 1 Jun 2010 14:29:26 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/coda cnode.h coda.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h coda_vnops.c Message-ID: <201006011429.o51ETj91085566@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2010-06-01 14:29:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/coda cnode.h coda.h coda_subr.c coda_subr.h coda_venus.c coda_venus.h coda_vfsops.c coda_vfsops.h coda_vnops.c Log: SVN rev 208702 on 2010-06-01 14:29:26Z by rwatson Merge r206210 from head to stable/7: Synchronize Coda kernel module definitions in our coda.h to Coda 6's coda.h: - CodaFid typdef -> struct CodaFid throughout. - Use unsigned int instead of unsigned long for venus_dirent and other cosmetic fixes. - Introduce cuid_t and cgid_t and use instead of uid_t and gid_t in RPCs. - Synchronize comments and macros. - Use u_int32_t instead of unsigned long for coda_out_hdr. With these changes, a 64-bit Coda kernel module now works with coda6_client, whereas previous userspace and kernel versions of RPCs differed sufficiently to prevent using the file system. This has been verified only with casual testing, but /coda is now usable for at least basic operations on amd64. Approved by: re (kensmith) Revision Changes Path 1.30.2.2 +3 -2 src/sys/fs/coda/cnode.h 1.16.10.3 +68 -62 src/sys/fs/coda/coda.h 1.40.2.2 +1 -1 src/sys/fs/coda/coda_subr.c 1.12.2.2 +1 -1 src/sys/fs/coda/coda_subr.h 1.32.2.2 +32 -28 src/sys/fs/coda/coda_venus.c 1.12.2.2 +33 -32 src/sys/fs/coda/coda_venus.h 1.82.2.2 +6 -6 src/sys/fs/coda/coda_vfsops.c 1.14.2.2 +1 -1 src/sys/fs/coda/coda_vfsops.h 1.101.2.2 +4 -4 src/sys/fs/coda/coda_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006011429.o51ETj91085566>