OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1563-gfa97579
Gerrit Code Review
gerrit@openafs.org
Thu, 25 Aug 2011 10:12:14 -0700 (PDT)
The following commit has been merged in the master branch:
commit fa97579a08cdf23fcff3c50a5845d72a785feeaf
Author: Matt Benjamin <matt@linuxbox.com>
Date: Wed Aug 24 16:23:37 2011 -0400
LINUX vcache lock ordering in afs_linux_readdir
Normalize shared and exclusive lock operations. Take the lock
exclusive immediately, since the code assumes a write lock if
the vcache state is in flux or the entry is being fetched, releasing
-write- rather than shared, since we do not hold a shared lock.
Change-Id: Icbffdf21c6fc7929483589e87ffe9131834c79b4
Reviewed-on: http://gerrit.openafs.org/5309
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/LINUX/osi_vnodeops.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository