Re: [PATCH v6 2/2] pid: Remove pidhash

2017-10-11 Thread Luck, Tony
On Wed, Oct 11, 2017 at 06:19:39PM -0400, Gargi Sharma wrote: > pidhash is no longer required as all the information > can be looked up from idr tree. nr_hashed represented > the number of pids that had been hashed. Since, nr_hashed and > PIDNS_HASH_ADDING are no longer relevant, it has been

Re: [PATCH v6 2/2] pid: Remove pidhash

2017-10-11 Thread Luck, Tony
On Wed, Oct 11, 2017 at 06:19:39PM -0400, Gargi Sharma wrote: > pidhash is no longer required as all the information > can be looked up from idr tree. nr_hashed represented > the number of pids that had been hashed. Since, nr_hashed and > PIDNS_HASH_ADDING are no longer relevant, it has been

Re: [PATCH v6 2/2] pid: Remove pidhash

2017-10-11 Thread Rik van Riel
On Wed, 2017-10-11 at 18:19 -0400, Gargi Sharma wrote: > pidhash is no longer required as all the information > can be looked up from idr tree. nr_hashed represented > the number of pids that had been hashed. Since, nr_hashed and > PIDNS_HASH_ADDING are no longer relevant, it has been renamed > to

Re: [PATCH v6 2/2] pid: Remove pidhash

2017-10-11 Thread Rik van Riel
On Wed, 2017-10-11 at 18:19 -0400, Gargi Sharma wrote: > pidhash is no longer required as all the information > can be looked up from idr tree. nr_hashed represented > the number of pids that had been hashed. Since, nr_hashed and > PIDNS_HASH_ADDING are no longer relevant, it has been renamed > to

[PATCH v6 2/2] pid: Remove pidhash

2017-10-11 Thread Gargi Sharma
pidhash is no longer required as all the information can be looked up from idr tree. nr_hashed represented the number of pids that had been hashed. Since, nr_hashed and PIDNS_HASH_ADDING are no longer relevant, it has been renamed to pid_allocated and PIDNS_ADDING respectively. Signed-off-by:

[PATCH v6 2/2] pid: Remove pidhash

2017-10-11 Thread Gargi Sharma
pidhash is no longer required as all the information can be looked up from idr tree. nr_hashed represented the number of pids that had been hashed. Since, nr_hashed and PIDNS_HASH_ADDING are no longer relevant, it has been renamed to pid_allocated and PIDNS_ADDING respectively. Signed-off-by: