Centos-kernel-stream-9/fs/jbd2
Brian Foster 1174ba13be jbd2: remove redundant assignement to variable err
JIRA: https://issues.redhat.com/browse/RHEL-86510

commit 8b57de1c5edde3faf8a4f6a440b7ec16bb3c81d4
Author: Colin Ian King <colin.i.king@gmail.com>
Date:   Wed Apr 10 12:28:03 2024 +0100

    jbd2: remove redundant assignement to variable err

    The variable err is being assigned a value that is never read, it
    is being re-assigned inside the following while loop and also
    after the while loop. The assignment is redundant and can be
    removed.

    Cleans up clang scan build warning:
    fs/jbd2/commit.c:574:2: warning: Value stored to 'err' is never
    read [deadcode.DeadStores]

    Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
    Reviewed-by: Jan Kara <jack@suse.cz>
    Link: https://lore.kernel.org/r/20240410112803.232993-1-colin.i.king@gmail.com
    Signed-off-by: Theodore Ts'o <tytso@mit.edu>

Signed-off-by: Brian Foster <bfoster@redhat.com>
2025-04-08 11:15:14 -04:00
..
Kconfig
Makefile
checkpoint.c jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error 2024-11-07 15:14:36 +00:00
commit.c jbd2: remove redundant assignement to variable err 2025-04-08 11:15:14 -04:00
journal.c jbd2: use a folio in jbd2_journal_write_metadata_buffer() 2024-10-01 11:18:48 -04:00
recovery.c jbd2: add errseq to detect client fs's bdev writeback error 2024-06-05 16:34:49 +02:00
revoke.c jbd2: rename jbd_debug() to jbd2_debug() 2023-01-12 16:15:33 +01:00
transaction.c jbd2: Remove page size assumptions 2024-10-01 11:22:42 -04:00