[Devel] Re: [PATCH 1/2] SYSCTL: root unregister routine introduced

2011-12-17 Thread Eric W. Biederman
Stanislav Kinsbursky writes: > 13.12.2011 02:52, Andrew Morton пишет: >> On Mon, 12 Dec 2011 21:50:00 +0300 >> Stanislav Kinsbursky wrote: >> >>> This routine is required for SUNRPC sysctl's, which are going to be >>> allocated, >>> processed and destroyed per network namespace context. >>> IOW

[Devel] Re: [PATCH 01/11] SYSCTL: export root and set handling routines

2011-12-17 Thread Eric W. Biederman
Stanislav Kinsbursky writes: > These routines are required for making SUNRPC sysctl's per network namespace > context. Why does sunrpc require it's own sysctl root? You should be able to use the generic per network namespace root and call it good. What makes register_net_sysctl_table and regis