From: FUJITA Tomonori Date: Fri, 9 Jul 2010 00:38:24 +0000 (+0900) Subject: block: set REQ_TYPE_FS on flush requests X-Git-Tag: v2.6.36-rc1~288^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e18d0188b9e3ab82ebd09d9b1d1c7f8d1822aa;p=pandora-kernel.git block: set REQ_TYPE_FS on flush requests the block layer doesn't set rq->cmd_type on flush requests. By definition, it should be REQ_TYPE_FS (the lower layers build a command and interpret the result of it, that is, the block layer doesn't know the details). Signed-off-by: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed