proc: use "unsigned int" in proc_fill_cache()
authorAlexey Dobriyan <[email protected]>
Fri, 8 Jun 2018 00:10:10 +0000 (17:10 -0700)
committerLinus Torvalds <[email protected]>
Fri, 8 Jun 2018 00:34:38 +0000 (17:34 -0700)
commita4ef3895655ce9dcda679dde160b1543104bbe55
tree12936604393374c07ace344e806a39ecf52bd1bb
parent941169298a3e60db694373acbb49cd6569c8398b
proc: use "unsigned int" in proc_fill_cache()

All those lengths are unsigned as they should be.

Link: http://lkml.kernel.org/r/20180423213751.GC9043@avx2
Signed-off-by: Alexey Dobriyan <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/proc/base.c
fs/proc/fd.c
fs/proc/internal.h