From: Christoph Hellwig Date: Sun, 18 Sep 2011 20:40:48 +0000 (+0000) Subject: xfs: introduce xfs_bmapi_delay() X-Git-Tag: v3.2-rc1~134^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4403280aa5c00c6074f2dc23e1cfc11f2bfb0032;p=pandora-kernel.git xfs: introduce xfs_bmapi_delay() Delalloc reservations are much simpler than allocations, so give them a separate bmapi-level interface. Using the previously added xfs_bmapi_reserve_delalloc we get a function that is only minimally more complicated than xfs_bmapi_read, which is far from the complexity in xfs_bmapi. Also remove the XFS_BMAPI_DELAY code after switching over the only user to xfs_bmapi_delay. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed