diff options
author | Christoph Hellwig <hch@lst.de> | 2024-09-18 07:30:04 +0200 |
---|---|---|
committer | Carlos Maiolino <cem@kernel.org> | 2024-10-07 08:00:11 +0200 |
commit | 346c1d46d4c631c0c88592d371f585214d714da4 (patch) | |
tree | ffe7cf3edde40b486e01f779cdd0d71c2ed65ced /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b1c649da15c2e4c86344c8e5af69c8afa215efec (diff) |
xfs: return bool from xfs_attr3_leaf_add
xfs_attr3_leaf_add only has two potential return values, indicating if the
entry could be added or not. Replace the errno return with a bool so that
ENOSPC from it can't easily be confused with a real ENOSPC.
Remove the return value from the xfs_attr3_leaf_add_work helper entirely,
as it always return 0.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions