cvs commit: src/sys/fs/msdosfs denode.h

Tim J. Robbins tjr at FreeBSD.org
Wed Sep 8 06:03:20 PDT 2004


tjr         2004-09-08 13:03:19 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       denode.h 
  Log:
  Reduce the size of struct defid's defid_dirclust, defid_dirofs and
  (disabled) defid_gen members from u_long to u_int32_t so that alignment
  requirements don't cause the structure to become larger than struct fid
  on LP64 platforms. This fixes NFS exports of msdos filesystems on at
  least amd64.
  
  PR:             71173
  
  Revision  Changes    Path
  1.28      +3 -3      src/sys/fs/msdosfs/denode.h


More information about the cvs-src mailing list