aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2018-11-06 07:50:50 -0800
committerDarrick J. Wong <[email protected]>2018-11-06 07:50:50 -0800
commit132bf6723749f7219c399831eeb286dbbb985429 (patch)
treee75c67056ddc474f967da3b0396586c970d58968 /tools/perf/scripts/python/sctop.py
parent651022382c7f8da46cb4872a545ee1da6d097d2a (diff)
xfs: Fix error code in 'xfs_ioc_getbmap()'
In this function, once 'buf' has been allocated, we unconditionally return 0. However, 'error' is set to some error codes in several error handling paths. Before commit 232b51948b99 ("xfs: simplify the xfs_getbmap interface") this was not an issue because all error paths were returning directly, but now that some cleanup at the end may be needed, we must propagate the error code. Fixes: 232b51948b99 ("xfs: simplify the xfs_getbmap interface") Signed-off-by: Christophe JAILLET <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions