commit | 555e12864063762964433139dee651c5b859a047 | [log] [tgz] |
---|---|---|
author | Filipe Manana <fdmanana@suse.com> | Mon Jul 07 12:35:21 2014 +0100 |
committer | Chris Mason <clm@fb.com> | Wed Sep 17 13:37:32 2014 -0700 |
tree | 6e5aaef75cb38968c76ec363c78f45ac94d7ba9a | |
parent | 27a3507de91e3dd51a2cf8dca4b33623dd6eaa88 [diff] |
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 <fdmanana@suse.com> Reviewed-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>