From 555e12864063762964433139dee651c5b859a047 Mon Sep 17 00:00:00 2001 From: Filipe Manana Date: Mon, 7 Jul 2014 12:35:21 +0100 Subject: [PATCH] Btrfs: set error return value in btrfs_get_blocks_direct We were returning with 0 (success) because we weren't extracting the error code from em (PTR_ERR(em)). Fix it. Signed-off-by: Filipe Manana Reviewed-by: Satoru Takeuchi Signed-off-by: Chris Mason --- Reading git-format-patch failed