On Mon, Mar 02, 2020 at 12:55:09PM +0800, Qu Wenruo wrote: > All callers of write_and_map_eb(), except btrfs-corrupt-block, have > handled error, but inside write_and_map_eb() itself, the only error handling > is BUG_ON(). > > This patch will kill all the BUG_ON()s inside write_and_map_eb(), and > enhance the the caller in btrfs-corrupt-block() to handle the error. > > Signed-off-by: Qu Wenruo <wqu@xxxxxxxx> Added to devel, thanks.
