OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. 4a70653b22b1f5b2565d0eea353713f29b21212d
Gerrit Code Review
gerrit@openafs.org
Mon, 2 Nov 2009 08:18:31 -0800 (PST)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 4a70653b22b1f5b2565d0eea353713f29b21212d
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Oct 26 14:04:48 2009 -0500
Dec old special inodes in inode convertROtoRW
The convertROtoRW code for the inode fileserver makes copies of the
volume's special inodes, but leaves the old (RO) inodes around. If the
RO is created again, this will result in duplicate special inodes for
the same volume, which freaks out the salvager (and possibly other
things).
So IH_DEC the old RO special inodes after converting, so they go away.
Reviewed-on: http://gerrit.openafs.org/735
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit dbe3b7b8eeb4a010f82248befc6167b3b5ed9606)
Change-Id: Id545befbb38f60c262ab23b5eb5dd54439008760
Reviewed-on: http://gerrit.openafs.org/761
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/listinodes.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository