diff options
| author | Chengguang Xu <[email protected]> | 2018-06-27 12:16:36 +0800 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2018-08-06 13:12:40 +0200 |
| commit | 5ee552da503961e6df785b8495bcfc98eb30eb2a (patch) | |
| tree | 65080502f0cdc2b60f229017ae570653f5cd7ff4 /tools/perf/scripts/python/bin | |
| parent | 7e35eab958e30d15743b1f9928d15b559a6e432d (diff) | |
btrfs: remove unnecessary -ERANGE check in btrfs_get_acl
There is no chance to get into -ERANGE error condition because we first
call btrfs_getxattr to get the length of the attribute, then we do a
subsequent call with the size from the first call. Between the 2 calls
the size shouldn't change. So remove the unnecessary -ERANGE error
check.
Signed-off-by: Chengguang Xu <[email protected]>
Reviewed-by: Nikolay Borisov <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions