diff options
| author | Alex Shi <alexs@kernel.org> | 2026-01-20 10:35:09 -0500 |
|---|---|---|
| committer | David Teigland <teigland@redhat.com> | 2026-01-20 12:08:45 -0600 |
| commit | 6dda4f0a31b0b8c0824cb63ebda600e6da886e1d (patch) | |
| tree | d6115c9f1050ea5c9aaf51a36c547fc5109f7bab /rust/alloc/collections/git@git.tavy.me:linux.git | |
| parent | 596ce53d647ca7c8d6408a4148dc44ead39e8474 (diff) | |
fs/dlm/dir: remove unuse variable count_match
The variable was never used after introduced. Better to comment it if we
want to keep the info.
fs/dlm/dir.c:65:26: error: variable 'count_match' set but not used [-Werror,-Wunused-but-set-variable]
65 | unsigned int count = 0, count_match = 0, count_bad = 0, count_add = 0;
| ^
1 error generated.
Signed-off-by: Alex Shi <alexs@kernel.org>
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
