OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_26-25-ge181f08
Gerrit Code Review
gerrit@openafs.org
Fri, 30 Aug 2013 22:56:10 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 7c81b2c0a03047df0e68fe48b706473d5423034f
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.
Reviewed-on: http://gerrit.openafs.org/10190
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 40d93cb9df62031f1dc5b185e690d11d2c2b9d0b)
Change-Id: I4d88b537bc388f34c6d1e228635f4e3188aae52b
Reviewed-on: http://gerrit.openafs.org/10210
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