OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-20-g906403c
Gerrit Code Review
gerrit@openafs.org
Wed, 7 Oct 2009 12:31:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 906403c6d770026fd9da606ea468e47ee911f896
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Oct 7 12:14:11 2009 -0500
Make namei convertROtoRW'd volumes usable
Right now, if you convertROtoRW a volume on namei, the converted volume
appears to need a salvage before it is usable, and the header of the old
(now empty) RO volume is kept around. Fix this:
-- Set inUse = 0 on the converted volume, so the fileserver will be
able to attach the volume when we give it back
-- Unlink the RO header file, instead of trying to unlink the
VI_VOLINFO file twice
-- Log the actual error code (errno) in the error message for the last
unlink
Reviewed-on: http://gerrit.openafs.org/591
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/namei_ops.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository