Re: [PATCH 4/4] Use task_pgrp() in autofs/autofs4 [message #10788] |
Thu, 01 March 2007 10:39 |
Cedric Le Goater
Messages: 443 Registered: February 2006
|
Senior Member |
|
|
> | >> Replace process_group(tsk) with pid_nr(task_pgrp(tsk)) in autofs and autofs4.
> | >
> | > you will need EXPORT_SYMBOL_GPL for pid_nr()
>
> Cedric: do we need the export in -mm or just in -lxc ? In -mm, for now,
> this is an inline function in pid.h and should just get included into
> the file(s) no ?
Indeed. This is only required by patches in -lxc which have not been
discussed yet.
C.
|
|
|