diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2009-11-20 21:21:13 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2009-11-20 21:21:13 +0000 |
commit | 483d9d96d0940b7f9eaeaeaaeec623809a34c436 (patch) | |
tree | ccc33c540c4280a4a4cf32e06f3e944aa501dce7 /sys/kern/kern_descrip.c | |
parent | 2d93b6e4248fe243a13bad6aae36aed5e0d576f6 (diff) | |
download | FreeBSD-src-483d9d96d0940b7f9eaeaeaaeec623809a34c436.zip FreeBSD-src-483d9d96d0940b7f9eaeaeaaeec623809a34c436.tar.gz |
Patch the experimental NFS server is a manner analagous to
r197525, so that the creation verifier is handled correctly
in va_atime for 64bit architectures. There were two problems.
One was that the code incorrectly assumed that
sizeof (struct timespec) == 8 and the other was that the tv_sec
field needs to be assigned from a signed 32bit integer, so that
sign extension occurs on 64bit architectures. This is required
for correct operation when exporting ZFS volumes.
Reviewed by: pjd
MFC after: 2 weeks
Diffstat (limited to 'sys/kern/kern_descrip.c')
0 files changed, 0 insertions, 0 deletions