Re: [PATCH] nfs: Don't return referenced delegations

2012-12-14 Thread Myklebust, Trond
On Fri, 2012-12-14 at 20:53 +0800, Yanchuan Nian wrote: > > > 2012/12/13 Myklebust, Trond > On Thu, 2012-12-13 at 14:37 +0800, ycn...@gmail.com wrote: > > From: Yanchuan Nian > > > > The client returns unreferenced delegations in state > management. It

Re: [PATCH] nfs: Don't return referenced delegations

2012-12-14 Thread Myklebust, Trond
On Fri, 2012-12-14 at 20:53 +0800, Yanchuan Nian wrote: 2012/12/13 Myklebust, Trond trond.mykleb...@netapp.com On Thu, 2012-12-13 at 14:37 +0800, ycn...@gmail.com wrote: From: Yanchuan Nian ycn...@gmail.com The client returns unreferenced delegations in

Re: [PATCH] nfs: Don't return referenced delegations

2012-12-13 Thread Myklebust, Trond
On Thu, 2012-12-13 at 14:37 +0800, ycn...@gmail.com wrote: > From: Yanchuan Nian > > The client returns unreferenced delegations in state management. It scans all > delegations and tests the NFS_DELEGATION_REFERENCED flag. if this flag is not > set, NFS_DELEGATION_RETURN will be set and the

Re: [PATCH] nfs: Don't return referenced delegations

2012-12-13 Thread Myklebust, Trond
On Thu, 2012-12-13 at 14:37 +0800, ycn...@gmail.com wrote: From: Yanchuan Nian ycn...@gmail.com The client returns unreferenced delegations in state management. It scans all delegations and tests the NFS_DELEGATION_REFERENCED flag. if this flag is not set, NFS_DELEGATION_RETURN will be set

[PATCH] nfs: Don't return referenced delegations

2012-12-12 Thread ycnian
From: Yanchuan Nian The client returns unreferenced delegations in state management. It scans all delegations and tests the NFS_DELEGATION_REFERENCED flag. if this flag is not set, NFS_DELEGATION_RETURN will be set and the delegation will be returned. But unfortunately NFS_DELEGATION_REFERENCED

[PATCH] nfs: Don't return referenced delegations

2012-12-12 Thread ycnian
From: Yanchuan Nian ycn...@gmail.com The client returns unreferenced delegations in state management. It scans all delegations and tests the NFS_DELEGATION_REFERENCED flag. if this flag is not set, NFS_DELEGATION_RETURN will be set and the delegation will be returned. But unfortunately