aboutsummaryrefslogtreecommitdiff
path: root/fs/buffer.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-08-17 15:50:07 -0700
committerLinus Torvalds <[email protected]>2018-08-17 16:20:33 -0700
commit1e9264192961aa519595170aa8b0f7651a2ad28e (patch)
tree2f4779564aaeb410d8645beb86962c7415561ab2 /fs/buffer.c
parent5241d4727479aad77af50b80757c38268bfa4560 (diff)
mm/hmm.c: remove unused variables align_start and align_end
Variables align_start and align_end are being assigned but are never used hence they are redundant and can be removed. Cleans up clang warnings: warning: variable 'align_start' set but not used [-Wunused-but-set-variable] warning: variable 'align_size' set but not used [-Wunused-but-set-variable] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions