From: Christoph Hellwig Date: Mon, 14 Apr 2014 09:37:42 +0000 (+1000) Subject: xfs: don't try to use the filestream allocator for metadata allocations X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b90a33f476436ad6a49b7138d8a00ecbc62f9a6;p=pandora-kernel.git xfs: don't try to use the filestream allocator for metadata allocations xfs_bmap_btalloc_nullfb has two entirely different control flows when using the filestream allocator vs the regular one, but it get the conditionals wrong and ends up mixing the two for metadata allocations. Fix this by adding a missing userdata check and slight refactoring. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed