aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorChengguang Xu <[email protected]>2018-06-27 12:16:36 +0800
committerDavid Sterba <[email protected]>2018-08-06 13:12:40 +0200
commit5ee552da503961e6df785b8495bcfc98eb30eb2a (patch)
tree65080502f0cdc2b60f229017ae570653f5cd7ff4 /tools/perf/scripts/python/export-to-postgresql.py
parent7e35eab958e30d15743b1f9928d15b559a6e432d (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/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions