commit | 81353d50f5274e435105391b669e05aaf62c8609 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon Feb 13 14:05:24 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Fri Feb 17 12:03:50 2017 +0100 |
tree | d730cd3645cb057c4d57bbe01a39b6d61dea2bd1 | |
parent | 53d3235995b3f87754a42de24d707f158c1b3b40 [diff] |
btrfs: check quota status earlier and don't do unnecessary frees Status of quotas should be the first check in btrfs_qgroup_account_extent and we can return immediatelly, no need to do no-op ulist frees. Signed-off-by: David Sterba <dsterba@suse.com>