summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2026-09-08 23:05:21 -0700
committerCarlos Maiolino <cem@kernel.org>2026-09-11 08:44:16 +0200
commitd3a6a35a220615c4f4578aedf3b1626b91d3acae (patch)
tree0cee039a966cc140bb5b211a2b34c47f280f2397 /scripts/basic
parent3bdbf472a608aeb7e8e4dc70ee86738ad5256356 (diff)
downloadlinux-d3a6a35a220615c4f4578aedf3b1626b91d3acae.tar.gz
linux-d3a6a35a220615c4f4578aedf3b1626b91d3acae.zip
xfs: fix termination logic in xchk_bmap
xchk_should_terminate can turn its @error argument into -EINTR if the user is sitting on ^C. Unfortunately, this code here turns that into a 0 return, which isn't quite correct. LOLLM complains about this, though I think it's a very minor matter because the only way -EINTR happens is if there's a fatal signal. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Assisted-by: LOLLM # finding obvious bugs Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions