Re: [RFC PATCH 5 3/7] nfsd - use service thread if not executing in init namespace

2015-04-02 Thread J. Bruce Fields
On Wed, Apr 01, 2015 at 08:22:58AM +0800, Ian Kent wrote: > On Tue, 2015-03-31 at 09:14 -0400, J. Bruce Fields wrote: > > On Tue, Mar 31, 2015 at 11:14:58AM +0800, Ian Kent wrote: > > > From: Ian Kent > > > > > > If nfsd is running within a container the client tracking operations > > > should ru

Re: [RFC PATCH 5 3/7] nfsd - use service thread if not executing in init namespace

2015-03-31 Thread Ian Kent
On Tue, 2015-03-31 at 09:14 -0400, J. Bruce Fields wrote: > On Tue, Mar 31, 2015 at 11:14:58AM +0800, Ian Kent wrote: > > From: Ian Kent > > > > If nfsd is running within a container the client tracking operations > > should run within their originating container also. To do that get a > > token

Re: [RFC PATCH 5 3/7] nfsd - use service thread if not executing in init namespace

2015-03-31 Thread J. Bruce Fields
On Tue, Mar 31, 2015 at 11:14:58AM +0800, Ian Kent wrote: > From: Ian Kent > > If nfsd is running within a container the client tracking operations > should run within their originating container also. To do that get a > token to a service thread created within the container environment > for use

[RFC PATCH 5 3/7] nfsd - use service thread if not executing in init namespace

2015-03-30 Thread Ian Kent
From: Ian Kent If nfsd is running within a container the client tracking operations should run within their originating container also. To do that get a token to a service thread created within the container environment for usermode helper calls. Signed-off-by: Ian Kent Cc: Benjamin Coddington