]> Git Repo - linux.git/commit
mm/rmap.c: remove redundant variable cend
authorColin Ian King <[email protected]>
Thu, 16 Nov 2017 01:35:47 +0000 (17:35 -0800)
committerLinus Torvalds <[email protected]>
Thu, 16 Nov 2017 02:21:04 +0000 (18:21 -0800)
commitcdb07bdea28ebf1286a979501620745680596365
tree421714cad245f4bc8b9b6b23b2b07dada2285f89
parentf3f7c09355784b02e49853dd1403d0e2d4f991c6
mm/rmap.c: remove redundant variable cend

Variable cend is set but never read, hence it is redundant and can be
removed.

Cleans up clang build warning: Value stored to 'cend' is never read

Link: http://lkml.kernel.org/r/[email protected]
Fixes: 369ea8242c0f ("mm/rmap: update to new mmu_notifier semantic v2")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Kirill A. Shutemov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/rmap.c
This page took 0.047331 seconds and 4 git commands to generate.