Re: [PATCH] nfsd: Remove write permission from file content

2013-01-08 Thread J. Bruce Fields
On Sat, Jan 05, 2013 at 12:29:05PM +0800, Yanchuan Nian wrote: > 2013/1/5 J. Bruce Fields > > > On Fri, Jan 04, 2013 at 07:45:35PM +0800, ycn...@gmail.com wrote: > > > From: Yanchuan Nian > > > > > > The write function doesn't be implemented in file content, and it's > > meaningless > > > to wri

Re: [PATCH] nfsd: Remove write permission from file content

2013-01-04 Thread J. Bruce Fields
On Fri, Jan 04, 2013 at 07:45:35PM +0800, ycn...@gmail.com wrote: > From: Yanchuan Nian > > The write function doesn't be implemented in file content, and it's > meaningless > to write data into this file directly. Remove write permission from it. So does it really matter either way? OK, apply

[PATCH] nfsd: Remove write permission from file content

2013-01-04 Thread ycnian
From: Yanchuan Nian The write function doesn't be implemented in file content, and it's meaningless to write data into this file directly. Remove write permission from it. Signed-off-by: Yanchuan Nian --- net/sunrpc/cache.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi