Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 2010 20:12:54 +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:  <201004052013.o35KD7Dt093250@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2010-04-05 20:12:54 UTC

  FreeBSD src repository

  Modified files:
    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 206210 on 2010-04-05 20:12:54Z by rwatson
  
  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.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.31      +3 -2      src/sys/fs/coda/cnode.h
  1.18      +68 -62    src/sys/fs/coda/coda.h
  1.41      +1 -1      src/sys/fs/coda/coda_subr.c
  1.13      +1 -1      src/sys/fs/coda/coda_subr.h
  1.33      +32 -28    src/sys/fs/coda/coda_venus.c
  1.13      +33 -32    src/sys/fs/coda/coda_venus.h
  1.83      +6 -6      src/sys/fs/coda/coda_vfsops.c
  1.15      +1 -1      src/sys/fs/coda/coda_vfsops.h
  1.102     +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?201004052013.o35KD7Dt093250>