OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-912-ga50f4c8
Gerrit Code Review
gerrit@openafs.org
Thu, 24 Mar 2011 09:21:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit a50f4c8d802c7b1c258a9cbe388dfab50425596b
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Mar 22 16:36:47 2011 -0500
ihandle: Ensure FDH_REALLYCLOSE really closes
If FDH_REALLYCLOSE is given an FdHandle_t that has more than one user,
currently it does effectively nothing. Ensure that the file descriptor
actually gets closed on a subsequent FDH_CLOSE, but setting the new
fd_needs_rclose field.
Change-Id: I04794662ca64e6be718da82e10994a4a7bc0b39a
Reviewed-on: http://gerrit.openafs.org/4274
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/ihandle.c | 11 ++++++++++-
src/vol/ihandle.h | 1 +
2 files changed, 11 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository