commit | fd782a4a99d2d3e818b9465c427b10f7f027d7da | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Wed Jun 29 15:15:40 2005 +0100 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 29 08:46:30 2005 -0700 |
tree | 271bdff83dc68c7196c7319c18bd6292b5d177c5 | |
parent | 541cecac534ea0df95fbc76b0a3091e91b101895 [diff] |
[PATCH] Fix get_request nastiness get_request is now expected to be holding on to queue_lock, with interrupts disabled, when it returns NULL; but one path forgot that, causing all kinds of nastiness under swap load - badness backtraces, strange failures, BUGs. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>