From: Geert Uytterhoeven Date: Thu, 21 Oct 2010 08:32:29 +0000 (+0200) Subject: block: Turn bvec_k{un,}map_irq() into static inline functions X-Git-Tag: v2.6.37-rc1~168^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a691bea48887c27425cc40bf291e74c922df25;p=pandora-kernel.git block: Turn bvec_k{un,}map_irq() into static inline functions Convert bvec_k{un,}map_irq() from macros to static inline functions if !CONFIG_HIGHMEM, so we can easier detect mistakes like the one fixed in 93055c31045a2d5599ec613a0c6cdcefc481a460 ("ps3disk: passing wrong variable = to bvec_kunmap_irq()") Signed-off-by: Geert Uytterhoeven Signed-off-by: Jens Axboe --- Reading git-diff-tree failed