OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-104-g5823fda
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Nov 2011 19:32:57 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 5823fda443115d3aae966d09141f5de4199f5741
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Mar 10 17:59:39 2011 -0600
vol: Handle large volume IDs in VLockFile
VLockVolumeByIdNB currently cannot handle volume IDs larger than
2^31-1. Fix this by using struct flock64, F_SETLKW64, and F_SETLK64 in
the VLockFile functions where possible.
Thanks to Simon Wilkinson for pointing out F_SETLK64.
Reviewed-on: http://gerrit.openafs.org/4198
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 85edec7105dd653ed1d8046b69b8262281e97bba)
Change-Id: Iee09a8bc4a0aabbd12fe156940fa61d6947642e8
Reviewed-on: http://gerrit.openafs.org/5758
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/vol/vutil.c | 22 +++++++++++++++++-----
1 files changed, 17 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository