git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be536d
)
[XFS] Fix ABBA deadlock between i_mutex and iolock. Avoid calling
author
Lachlan McIlroy
<lachlan@sgi.com>
Thu, 7 Sep 2006 04:27:05 +0000
(14:27 +1000)
committer
David Chatterton
<chatz@sgi.com>
Thu, 7 Sep 2006 04:27:05 +0000
(14:27 +1000)
__blockdev_direct_IO for the DIO_OWN_LOCKING case for direct I/O reads
since it drops and reacquires the i_mutex while holding the iolock and
this violates the locking order.
SGI-PV: 955696
SGI-Modid: xfs-linux-melb:xfs-kern:26898a
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: David Chatterton <chatz@sgi.com>
No differences found