From: Kiyoshi Ueda Date: Thu, 10 Dec 2009 23:52:15 +0000 (+0000) Subject: dm: pass gfp_mask to alloc_rq_tio X-Git-Tag: v2.6.33-rc1~75^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0888564393a1277ce2d0564d819e1bcff1120343;p=pandora-kernel.git dm: pass gfp_mask to alloc_rq_tio This patch adds the gfp_mask argument to alloc_rq_tio(). No functional change. This patch is a preparation for a later patch in this series which needs to allocate tio (for barrier I/O) with different allocation flag (GFP_NOIO) from the one in the normal I/O code path. Signed-off-by: Kiyoshi Ueda Signed-off-by: Jun'ichi Nomura Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed