From: Mark Fasheh Date: Tue, 26 Jul 2011 18:32:23 +0000 (-0700) Subject: btrfs: Don't BUG_ON errors from btrfs_create_subvol_root() X-Git-Tag: v3.4-rc1~22^2~13^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce598979be6f83549c90f42ba522a19a33727611;p=pandora-kernel.git btrfs: Don't BUG_ON errors from btrfs_create_subvol_root() This is called from only one place - create_subvol() which passes errors safely back out to it's caller, btrfs_mksubvol where they are handled. Additionally, btrfs_create_subvol_root() itself bug's needlessly from error return of btrfs_update_inode(). Since create_subvol() was fixed to catch errors we can bubble this one up too. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed