]> git.baikalelectronics.ru Git - kernel.git/commit
block: ensure that the timer is always added
authorJens Axboe <axboe@fb.com>
Fri, 30 May 2014 21:41:39 +0000 (15:41 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 30 May 2014 21:41:39 +0000 (15:41 -0600)
commit08b0c35636b66d021bd8f760ee2fb73d230ff9c2
tree31ec2e1c9250ca2af53a86c3c120cc61bd043c39
parent7244f12a5957383d843cac9876137cfbdcdb62bb
block: ensure that the timer is always added

Commit 165321ad0708 relaxed the timer addition a little too much.
If the timer isn't pending, we always need to add it.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-timeout.c