From: Tejun Heo Date: Wed, 19 Oct 2011 12:31:22 +0000 (+0200) Subject: block: pass around REQ_* flags instead of broken down booleans during request alloc... X-Git-Tag: v3.2-rc1~49^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75eb6c372d41d6d140b893873f6687d78c987a44;p=pandora-kernel.git block: pass around REQ_* flags instead of broken down booleans during request alloc/free blk_alloc_request() and freed_request() take different combinations of REQ_* @flags, @priv and @is_sync when @flags is superset of the latter two. Make them take @flags only. This cleans up the code a bit and will ease updating allocation related REQ_* flags. This patch doesn't introduce any functional difference. Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed