gfs2: Add glockfd debugfs file
[linux-2.6-microblaze.git] / kernel / pid.c
index 2fc0a16..3fbc5e4 100644 (file)
@@ -519,6 +519,7 @@ struct pid *find_ge_pid(int nr, struct pid_namespace *ns)
 {
        return idr_get_next(&ns->idr, &nr);
 }
+EXPORT_SYMBOL_GPL(find_ge_pid);
 
 struct pid *pidfd_get_pid(unsigned int fd, unsigned int *flags)
 {