commit | 38a1a919535742af677303271eb4ff731547b706 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Wed Jul 13 10:59:59 2011 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jul 25 14:35:15 2011 -0700 |
tree | bfefad00f864e8239b94607a3d712200fd825eaa | |
parent | 92b8e897f6e7ba4aa10037ebd8186f85d39330d0 [diff] |
btrfs: don't BUG_ON allocation errors in btrfs_drop_snapshot In addition to properly handling allocation failure from btrfs_alloc_path, I also fixed up the kzalloc error handling code immediately below it. Signed-off-by: Mark Fasheh <mfasheh@suse.com>