From: David Howells Date: Thu, 19 Nov 2009 18:11:48 +0000 (+0000) Subject: FS-Cache: Actually requeue an object when requested X-Git-Tag: v2.6.32~58^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=868411be3f445a83fafbd734f3e426400138add5;p=pandora-kernel.git FS-Cache: Actually requeue an object when requested FS-Cache objects have an FSCACHE_OBJECT_EV_REQUEUE event that can theoretically be raised to ask the state machine to requeue the object for further processing before the work function returns to the slow-work facility. However, fscache_object_work_execute() was clearing that bit before checking the event mask to see whether the object has any pending events that require it to be requeued immediately. Instead, the bit should be cleared after the check and enqueue. Signed-off-by: David Howells --- Reading git-diff-tree failed