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:
c8ddb27
)
ext4: fix lazyinit hang after removing request
author
Lukas Czerner
<lczerner@redhat.com>
Tue, 2 Nov 2010 18:07:17 +0000
(14:07 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 2 Nov 2010 18:07:17 +0000
(14:07 -0400)
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>
No differences found