[PATCH] proc: make struct struct map_files_info::len unsigned int

2016-10-29 Thread Alexey Dobriyan
Linux doesn't support 4GB+ filenames in /proc, so unsigned long is too much. MOV r64, r/m64 is smaller than MOV r32, r/m32. Signed-off-by: Alexey Dobriyan --- fs/proc/base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/base.c +++

[PATCH] proc: make struct struct map_files_info::len unsigned int

2016-10-29 Thread Alexey Dobriyan
Linux doesn't support 4GB+ filenames in /proc, so unsigned long is too much. MOV r64, r/m64 is smaller than MOV r32, r/m32. Signed-off-by: Alexey Dobriyan --- fs/proc/base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -1967,7 +1967,7