diff options
| author | Darrick J. Wong <djwong@kernel.org> | 2026-09-08 23:05:21 -0700 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2026-09-11 08:44:16 +0200 |
| commit | d3a6a35a220615c4f4578aedf3b1626b91d3acae (patch) | |
| tree | 0cee039a966cc140bb5b211a2b34c47f280f2397 /scripts/basic | |
| parent | 3bdbf472a608aeb7e8e4dc70ee86738ad5256356 (diff) | |
| download | linux-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
