OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3916-g40d93cb
Gerrit Code Review
gerrit@openafs.org
Fri, 30 Aug 2013 12:12:36 -0700 (PDT)
The following commit has been merged in the master branch:
commit 40d93cb9df62031f1dc5b185e690d11d2c2b9d0b
Author: Rod Widdowson <rdw@your-file-system.com>
Date: Sun Aug 25 12:25:55 2013 -0700
Windows: Take FCB resource in presection create.
Fix a lock inversion in the paging query file information path (called
from within section create).
The query file takes the FCB resource, but that is a lower rank
lock than the SOP resource which is taken in AcquireFileForNtCreateSection,
We fix the inversion by grabbing the FCB resource in
AcquireFileForNtCreateSection.
Change-Id: I6ea8d2ebf9d454f78469e86765ae36e1993533b2
Reviewed-on: http://gerrit.openafs.org/10190
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/fs/AFSFastIoSupport.cpp | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository