]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix lazyinit hang after removing request
authorLukas Czerner <lczerner@redhat.com>
Tue, 2 Nov 2010 18:07:17 +0000 (14:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Nov 2010 18:07:17 +0000 (14:07 -0400)
commit9ae6151b41be9db98b27781f95ec1c3001c85e64
treea599839d8d3ed672d147036b885d4fec548adf65
parent8e0c5d72750ca72fc1d16cd788647b03ada5b1de
ext4: fix lazyinit hang after removing request

When the request has been removed from the list and no other request
has been issued, we will end up with next wakeup scheduled to
MAX_JIFFY_OFFSET which is bad. So check for that.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c