From: James Bottomley Date: Mon, 25 Jan 2010 17:42:24 +0000 (-0600) Subject: xfs: fix xfs to work with Virtually Indexed architectures X-Git-Tag: v2.6.34-rc1~283^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c77e2ccc14413c232c3e0b3aa43a0c4b72ec70;p=pandora-kernel.git xfs: fix xfs to work with Virtually Indexed architectures xfs_buf.c includes what is essentially a hand rolled version of blk_rq_map_kern(). In order to work properly with the vmalloc buffers that xfs uses, this hand rolled routine must also implement the flushing API for vmap/vmalloc areas. [style updates from hch@lst.de] Acked-by: Christoph Hellwig Signed-off-by: James Bottomley --- Reading git-diff-tree failed