[Devel] Re: [PATCH 2/3] Replace pid_t in autofs with struct pid reference

Eric W. Biederman ebiederm at xmission.com
Fri Mar 9 09:28:50 PST 2007


sukadev at us.ibm.com writes:

> From: Sukadev Bhattiprolu <sukadev at us.ibm.com>
> Subject: [PATCH 2/3] Replace pid_t in autofs with struct pid reference.
>
> Make autofs container-friendly by caching struct pid reference rather
> than pid_t and using pid_nr() to retreive a task's pid_t.
>
> ChangeLog:
> 	- Fix Eric Biederman's comments - Use find_get_pid() to hold a
> 	  reference to oz_pgrp and release while unmounting; separate out
> 	  changes to autofs and autofs4.
> 	- Fix Cedric's comments: retain old prototype of parse_options()
> 	  and move necessary change to its caller.

Maybe I'm blind but I don't see any obvious problems here.

Acked-by: Eric W. Biederman <ebiederm at xmission.com>

Eric
_______________________________________________
Containers mailing list
Containers at lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers




More information about the Devel mailing list