diff options
| author | Colin Ian King <[email protected]> | 2023-08-18 13:55:25 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-10-12 14:44:19 +0000 |
| commit | a666ce9babf2e3ade3809163ccc81d5805bb503b (patch) | |
| tree | cf587b655ed9192d0fa09d8d747bab7358e7303e /fs/btrfs/delayed-inode.c | |
| parent | btrfs: sysfs: show temp_fsid feature (diff) | |
| download | kernel-a666ce9babf2e3ade3809163ccc81d5805bb503b.tar.gz kernel-a666ce9babf2e3ade3809163ccc81d5805bb503b.zip | |
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 'fs/btrfs/delayed-inode.c')
0 files changed, 0 insertions, 0 deletions
