Re: [PATCH] nfs: fix wrong object type in lockowner_slab

2012-10-24 Thread J. Bruce Fields
On Wed, Oct 24, 2012 at 02:44:19PM +0800, ycn...@gmail.com wrote: > From: Yanchuan Nian > > The object type in the cache of lockowner_slab is wrong, and it is better to > fix it. > > Signed-off-by: Yanchuan Nian > --- > fs/nfsd/nfs4state.c |2 +- > 1 files changed, 1 insertions(+), 1

[PATCH] nfs: fix wrong object type in lockowner_slab

2012-10-24 Thread ycnian
From: Yanchuan Nian The object type in the cache of lockowner_slab is wrong, and it is better to fix it. Signed-off-by: Yanchuan Nian --- fs/nfsd/nfs4state.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index

[PATCH] nfs: fix wrong object type in lockowner_slab

2012-10-24 Thread ycnian
From: Yanchuan Nian ycn...@gmail.com The object type in the cache of lockowner_slab is wrong, and it is better to fix it. Signed-off-by: Yanchuan Nian ycn...@gmail.com --- fs/nfsd/nfs4state.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/nfs4state.c

Re: [PATCH] nfs: fix wrong object type in lockowner_slab

2012-10-24 Thread J. Bruce Fields
On Wed, Oct 24, 2012 at 02:44:19PM +0800, ycn...@gmail.com wrote: From: Yanchuan Nian ycn...@gmail.com The object type in the cache of lockowner_slab is wrong, and it is better to fix it. Signed-off-by: Yanchuan Nian ycn...@gmail.com --- fs/nfsd/nfs4state.c |2 +- 1 files changed,