Date: Wed, 8 Sep 2004 13:03:19 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs denode.h Message-ID: <200409081303.i88D3JaZ068353@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409081303.i88D3JaZ068353>
