bkg-daemon-dont-break-64bit-pointers-and-handle-requests-in-order-20011102
authorNickolai Zeldovich <kolya@mit.edu>
Mon, 5 Nov 2001 19:34:25 +0000 (19:34 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 5 Nov 2001 19:34:25 +0000 (19:34 +0000)
commit4b156c380053e17dd861a329cba0902cec6c754a
tree137f6bd186afb7712348cd87f9fc47802fe03df5
parent68196d85dbd09220f91421101f651d8e8d7322c3
bkg-daemon-dont-break-64bit-pointers-and-handle-requests-in-order-20011102

This patch fixes a problem with 64-bit pointers being munged by the
background daemons (by separating sizes and pointers into separate
variables -- this bug was apparently introduced by the 64-bit file
support patch), and makes the background daemons handle requests in
order they came in.  The latter will be mostly just useful for some
prefetching and fine grained dcache-locking patches
src/afs/IRIX/osi_vnodeops.c
src/afs/VNOPS/afs_vnop_read.c
src/afs/VNOPS/afs_vnop_write.c
src/afs/afs.h
src/afs/afs_daemons.c
src/afs/afs_pioctl.c
src/venus/kdump.c