From: Lukas Czerner Date: Tue, 2 Nov 2010 18:07:17 +0000 (-0400) Subject: ext4: fix lazyinit hang after removing request X-Git-Tag: v2.6.37-rc2~75^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4245bd4ebf903541ba758ad06c118626d8c6f18;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed