diff options
author | Maciej Żenczykowski | 2020-08-07 12:32:26 -0700 |
---|---|---|
committer | Richard Weinberger | 2020-10-11 23:21:06 +0200 |
commit | e8a58591afbc7dc279a11454c08fce1281958eef (patch) | |
tree | 6ee936d2df2c389001828439ca2b2ab17a316393 /arch/um/kernel | |
parent | 4687615d2ded1250923123e8966463827763432e (diff) |
um: Fix incorrect assumptions about max pid length
pids are no longer limited to 16-bits, bump to 32-bits,
ie. 9 decimal characters. Additionally sizeof("/") already
returns 2 - ie. it already accounts for trailing zero.
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: Linux UM Mailing List <linux-um@lists.infradead.org>
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/kernel')
0 files changed, 0 insertions, 0 deletions