OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-57-g97d3fcf
Gerrit Code Review
gerrit@openafs.org
Wed, 11 Nov 2009 09:38:29 -0800 (PST)
The following commit has been merged in the master branch:
commit 97d3fcfcd1617bafa6ee62d291f09b2e8bb6daf7
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Nov 11 10:51:19 2009 -0600
Do not check *aoutSize in PGetPAG
*aoutSize is always zero in pioctls, since afs_HandlePioctl handles
checking the output buffer size, and sets outSize to 0 before calling
the pioctl. So, PGetPAG was always returning E2BIG; remove the check to
make it work.
Change-Id: Ibed16b35ea14237f44a494add8c7a4a48e0c2b71
Reviewed-on: http://gerrit.openafs.org/814
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_pioctl.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository