commit | 17e9f796bd92cddec17d781c459376f82340fa44 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Tue Jul 12 11:10:23 2011 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Thu Jul 14 14:14:45 2011 -0700 |
tree | 14c360f6adaef5c83299ec49fe2fb00dbafea1ee | |
parent | 1748f843a0190ef4332d03a64263f383af72682b [diff] |
btrfs: Don't BUG_ON alloc_path errors in btrfs_balance() Dealing with this seems trivial - the only caller of btrfs_balance() is btrfs_ioctl() which passes the error code directly back to userspace. There also isn't much state to unwind (if I'm wrong about this point, we can always safely move the allocation to the top of btrfs_balance() anyway). Signed-off-by: Mark Fasheh <mfasheh@suse.com>