diff options
author | Mark Fasheh <mfasheh@suse.com> | 2011-07-12 17:57:59 (GMT) |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2011-07-25 21:34:54 (GMT) |
commit | 92b8e897f6e7ba4aa10037ebd8186f85d39330d0 (patch) | |
tree | 54988ee036e1dfe3297b0b4e0dfe6323568bf02e /mm/page_isolation.c | |
parent | 17e9f796bd92cddec17d781c459376f82340fa44 (diff) | |
download | linux-fsl-qoriq-92b8e897f6e7ba4aa10037ebd8186f85d39330d0.tar.xz |
btrfs: Don't BUG_ON alloc_path errors in find_next_chunk
I also removed the BUG_ON from error return of find_next_chunk in
init_first_rw_device(). It turns out that the only caller of
init_first_rw_device() also BUGS on any nonzero return so no actual behavior
change has occurred here.
do_chunk_alloc() also needed an update since it calls btrfs_alloc_chunk()
which can now return -ENOMEM. Instead of setting space_info->full on any
error from btrfs_alloc_chunk() I catch and return every error value _except_
-ENOSPC. Thanks goes to Tsutomu Itoh for pointing that issue out.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'mm/page_isolation.c')
0 files changed, 0 insertions, 0 deletions