commit | 73c77e2ccc14413c232c3e0b3aa43a0c4b72ec70 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@suse.de> | Mon Jan 25 11:42:24 2010 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Feb 05 12:32:35 2010 -0600 |
tree | 31ff85de9d06c07d1e06114274239c75560ff15c | |
parent | c9334f6067dbe0380141fc75b122e0a533878838 [diff] |
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 <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@suse.de>