linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pid: remove next_pidmap() declaration
@ 2019-02-13 11:37 Nadav Amit
  0 siblings, 0 replies; only message in thread
From: Nadav Amit @ 2019-02-13 11:37 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Linux-MM, linux-kernel, Nadav Amit, Eric W. Biederman, Gargi Sharma

Commit 95846ecf9dac ("pid: replace pid bitmap implementation with IDR API")
removed next_pidmap() but left its declaration.

Remove it. No functional change.

Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Gargi Sharma <gs051095@gmail.com>
Fixes: 95846ecf9dac ("pid: replace pid bitmap implementation with IDR API")
Signed-off-by: Nadav Amit <namit@vmware.com>
---
 include/linux/pid.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/pid.h b/include/linux/pid.h
index 14a9a39da9c7..b6f4ba16065a 100644
--- a/include/linux/pid.h
+++ b/include/linux/pid.h
@@ -109,7 +109,6 @@ extern struct pid *find_vpid(int nr);
  */
 extern struct pid *find_get_pid(int nr);
 extern struct pid *find_ge_pid(int nr, struct pid_namespace *);
-int next_pidmap(struct pid_namespace *pid_ns, unsigned int last);
 
 extern struct pid *alloc_pid(struct pid_namespace *ns);
 extern void free_pid(struct pid *pid);
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-13 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13 11:37 [PATCH] pid: remove next_pidmap() declaration Nadav Amit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox