pid: kill pidhash_size in pidhash_init()
authorKefeng Wang <[email protected]>
Wed, 2 Aug 2017 20:31:50 +0000 (13:31 -0700)
committerLinus Torvalds <[email protected]>
Wed, 2 Aug 2017 23:34:46 +0000 (16:34 -0700)
commit27e37d84e55f47bf28f7072fadf8fa2cbc3d9375
tree21def44b29bb4721a68b86366ad2679c12a15b88
parent2be7cfed995e25de1ffaffe14cc065b7ffb528e0
pid: kill pidhash_size in pidhash_init()

After commit 3d375d78593c ("mm: update callers to use HASH_ZERO flag"),
drop unused pidhash_size in pidhash_init().

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Kefeng Wang <[email protected]>
Reviewed-by: Pavel Tatashin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
kernel/pid.c