Skip to content

Fix dead assignment in glfs_h_poll_cache_invalidation (clang-check)#4655

Open
ThalesBarretto wants to merge 1 commit intogluster:develfrom
ThalesBarretto:thales_dead_glfs_h_poll_cache_invalidation
Open

Fix dead assignment in glfs_h_poll_cache_invalidation (clang-check)#4655
ThalesBarretto wants to merge 1 commit intogluster:develfrom
ThalesBarretto:thales_dead_glfs_h_poll_cache_invalidation

Conversation

@ThalesBarretto
Copy link
Contributor

A dead asssignment flagged by clang in glfs_h_poll_cache_invalidation
when 'ret = 0' but in the succes path we assign the same value again,
without ever using the previous value. We fix by remove this dead line.

A dead asssignment flagged by clang in glfs_h_poll_cache_invalidation
when 'ret = 0' but in the succes path we assign the same value again,
without ever using the previous value. We fix by remove this dead line.
@ThalesBarretto ThalesBarretto marked this pull request as ready for review February 20, 2026 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant