commit | 3c64a1aba7cfcb04f79e76f859b3d66660275d59 | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Mon May 13 13:53:35 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri Jun 14 11:29:30 2013 -0400 |
tree | b84ec1bcce88d60d5c3fd7a68d4dbcbdf985a6cb | |
parent | b1b195969fe6d936f8c8bb63abf7efd2cc4cd5cf [diff] |
Btrfs: cleanup: don't check the same thing twice btrfs_read_fs_root_no_name() already checks if btrfs_root_refs() is zero and returns ENOENT in this case. There is no need to do it again in six places. Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de> Signed-off-by: Josef Bacik <jbacik@fusionio.com>