aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDarrick J. Wong <[email protected]>2020-03-13 13:17:40 -0700
committerDarrick J. Wong <[email protected]>2020-03-15 09:22:35 -0700
commitfaf8ee8476c19b30fd16079ad616b2b0f56eaff4 (patch)
tree4edb9803f5fd1aaad54d9f00cd196051166ff1f7 /tools/perf/scripts/python
parent13859c984301ac4c1b2b3504b9f342aaddaa4a8a (diff)
xfs: xfs_dabuf_map should return ENOMEM when map allocation fails
If the xfs_buf_map array allocation in xfs_dabuf_map fails for whatever reason, we bail out with error code zero. This will confuse callers, so make sure that we return ENOMEM. Allocation failure should never happen with the small size of the array, but code defensively anyway. Fixes: 45feef8f50b94d ("xfs: refactor xfs_dabuf_map") Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions