OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-898-ga6f1841
Gerrit Code Review
gerrit@openafs.org
Mon, 21 Mar 2011 10:24:51 -0700 (PDT)
The following commit has been merged in the master branch:
commit a18175f479437f3a4fe68460538927630070cd13
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Mar 16 11:48:08 2011 -0500
DAFS: DFlushVolume outside of vol glock
DFlushVolume may traverse a long list of directory objects, and can
even hit the disk, so we should drop the glock for it. This should be
safe in DAFS, since we already transition the volume to an exclusive
state before doing this, and DFlushVolume only deals with structures
internal to the directory package and maintains its own locking.
Change-Id: I6493042c8f36614b55d4dc40d97639e56b34fabd
Reviewed-on: http://gerrit.openafs.org/4242
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/volume.c | 24 +++++++++++++++---------
1 files changed, 15 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository