From: Christoph Hellwig Date: Mon, 10 Oct 2011 16:52:48 +0000 (+0000) Subject: xfs: clean up buffer allocation X-Git-Tag: v3.2-rc1~134^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4347b9d7ad4223474d315c3ab6bc1ce7cce7fa2d;p=pandora-kernel.git xfs: clean up buffer allocation Change _xfs_buf_initialize to allocate the buffer directly and rename it to xfs_buf_alloc now that is the only buffer allocation routine. Also remove the xfs_buf_deallocate wrapper around the kmem_zone_free calls for buffers. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed