From: Christoph Hellwig Date: Sun, 18 Sep 2011 20:40:49 +0000 (+0000) Subject: xfs: do not use xfs_bmap_add_extent for adding delalloc extents X-Git-Tag: v3.2-rc1~134^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fd044d9c6735e669f0db025f18023e56a608130;p=pandora-kernel.git xfs: do not use xfs_bmap_add_extent for adding delalloc extents We can just call xfs_bmap_add_extent_hole_delay directly to add a delayed allocated regions to the extent tree, instead of going through all the complexities of xfs_bmap_add_extent that aren't needed for this simple case. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed