aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-08-18 14:55:25 +0100
committerDavid Sterba <[email protected]>2023-10-12 16:44:19 +0200
commita666ce9babf2e3ade3809163ccc81d5805bb503b (patch)
treecf587b655ed9192d0fa09d8d747bab7358e7303e /tools/testing/selftests/bpf/progs/test_autoload.c
parentf3623740068e548b7c6fdb42171c118189d0e03f (diff)
btrfs: remove redundant initialization of variable dirty in btrfs_update_time()
The variable dirty is initialized with a value that is never read, it is being re-assigned later on. Remove the redundant initialization. Cleans up clang scan build warning: fs/btrfs/inode.c:5965:7: warning: Value stored to 'dirty' during its initialization is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions