commit | e4f36b249b4d4e7599f1cf0c8fb50f196e52677e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Oct 20 16:45:23 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Nov 04 08:17:06 2017 -0600 |
tree | 9416b12f2289b8cf9842a28db15e247c5c00987a | |
parent | 21e768b442bb587123ea924620e74d6e5655d717 [diff] |
block: fix peeking requests during PM We need to look for an active PM request until the next softbarrier instead of looking for the first non-PM request. Otherwise any cause of request reordering might starve the PM request(s). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>