[PATCH] fs: fix a typo in fs/compat.c

2016-12-15 Thread Yanchuan Nian
Fix a typo in fs/compat.c Signed-off-by: Yanchuan Nian <ycn...@gmail.com> --- fs/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/compat.c b/fs/compat.c index 6af20de..a6d6a4a 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1,7 +1,7 @@ /* * linux/fs/co

[PATCH] fs: fix a typo in fs/compat.c

2016-12-15 Thread Yanchuan Nian
Fix a typo in fs/compat.c Signed-off-by: Yanchuan Nian --- fs/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/compat.c b/fs/compat.c index 6af20de..a6d6a4a 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1,7 +1,7 @@ /* * linux/fs/compat.c * - * Kernel

[tip:irq/core] x86/irq: Correct comment about i8259 initialization

2013-09-04 Thread tip-bot for Yanchuan Nian
Commit-ID: 7752572f18f98ee796e173334b088a1d621d2da4 Gitweb: http://git.kernel.org/tip/7752572f18f98ee796e173334b088a1d621d2da4 Author: Yanchuan Nian AuthorDate: Wed, 4 Sep 2013 09:25:24 +0800 Committer: Ingo Molnar CommitDate: Wed, 4 Sep 2013 07:46:04 +0200 x86/irq: Correct comment

[tip:irq/core] x86/irq: Correct comment about i8259 initialization

2013-09-04 Thread tip-bot for Yanchuan Nian
Commit-ID: 7752572f18f98ee796e173334b088a1d621d2da4 Gitweb: http://git.kernel.org/tip/7752572f18f98ee796e173334b088a1d621d2da4 Author: Yanchuan Nian ycn...@gmail.com AuthorDate: Wed, 4 Sep 2013 09:25:24 +0800 Committer: Ingo Molnar mi...@kernel.org CommitDate: Wed, 4 Sep 2013 07:46:04

[PATCH] x86/irq: correct comment about i8259 initialization

2013-09-03 Thread Yanchuan Nian
From: Yanchuan Nian 0x30-0x3f have been used for ISA interrupts on i386 since 5 years ago, but some comments about i8259 initialization were missed to update at the same time. Signed-off-by: Yanchuan Nian --- arch/x86/kernel/i8259.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions

[PATCH] x86/irq: correct comment about i8259 initialization

2013-09-03 Thread Yanchuan Nian
From: Yanchuan Nian ycn...@gmail.com 0x30-0x3f have been used for ISA interrupts on i386 since 5 years ago, but some comments about i8259 initialization were missed to update at the same time. Signed-off-by: Yanchuan Nian ycn...@gmail.com --- arch/x86/kernel/i8259.c | 3 +-- 1 file changed, 1

[PATCH] mm/mmap: remove unnecessary assignment

2013-08-28 Thread Yanchuan Nian
From: Yanchuan Nian pgoff is not used after the statement "pgoff = vma->vm_pgoff;", so the assignment is redundant. Signed-off-by: Yanchuan Nian --- mm/mmap.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mm/mmap.c b/mm/mmap.c index 2664a47..e7d7231 10

[PATCH] mm/mmap: remove unnecessary assignment

2013-08-28 Thread Yanchuan Nian
From: Yanchuan Nian ycn...@gmail.com pgoff is not used after the statement pgoff = vma-vm_pgoff;, so the assignment is redundant. Signed-off-by: Yanchuan Nian ycn...@gmail.com --- mm/mmap.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/mm/mmap.c b/mm/mmap.c index

Re: [PATCH v2] nfsd: fix bug on nfs4 stateid deallocation

2013-04-08 Thread Yanchuan Nian
On Fri, Apr 05, 2013 at 10:20:42AM -0400, J. Bruce Fields wrote: > On Thu, Apr 04, 2013 at 10:04:03PM +0800, Yanchuan Nian wrote: > > On Wed, Apr 03, 2013 at 02:55:08PM -0400, J. Bruce Fields wrote: > > > On Wed, Apr 03, 2013 at 06:58:43PM +0800, Yanchuan Nian wrote: > >

Re: [PATCH v2] nfsd: fix bug on nfs4 stateid deallocation

2013-04-08 Thread Yanchuan Nian
On Fri, Apr 05, 2013 at 10:20:42AM -0400, J. Bruce Fields wrote: On Thu, Apr 04, 2013 at 10:04:03PM +0800, Yanchuan Nian wrote: On Wed, Apr 03, 2013 at 02:55:08PM -0400, J. Bruce Fields wrote: On Wed, Apr 03, 2013 at 06:58:43PM +0800, Yanchuan Nian wrote: On Mon, Apr 01, 2013 at 09:50

Re: [PATCH v2] nfsd: fix bug on nfs4 stateid deallocation

2013-04-04 Thread Yanchuan Nian
On Wed, Apr 03, 2013 at 02:55:08PM -0400, J. Bruce Fields wrote: > On Wed, Apr 03, 2013 at 06:58:43PM +0800, Yanchuan Nian wrote: > > On Mon, Apr 01, 2013 at 09:50:44PM -0400, J. Bruce Fields wrote: > > > On Wed, Mar 13, 2013 at 11:04:54PM +0800, Yanchuan Nian wrote: > >

Re: [PATCH v2] nfsd: fix bug on nfs4 stateid deallocation

2013-04-04 Thread Yanchuan Nian
On Wed, Apr 03, 2013 at 02:55:08PM -0400, J. Bruce Fields wrote: On Wed, Apr 03, 2013 at 06:58:43PM +0800, Yanchuan Nian wrote: On Mon, Apr 01, 2013 at 09:50:44PM -0400, J. Bruce Fields wrote: On Wed, Mar 13, 2013 at 11:04:54PM +0800, Yanchuan Nian wrote: 2013/3/11 J. Bruce Fields bfie

Re: [PATCH v2] nfsd: fix bug on nfs4 stateid deallocation

2013-04-03 Thread Yanchuan Nian
On Mon, Apr 01, 2013 at 09:50:44PM -0400, J. Bruce Fields wrote: > On Wed, Mar 13, 2013 at 11:04:54PM +0800, Yanchuan Nian wrote: > > 2013/3/11 J. Bruce Fields > > > > > On Mon, Mar 11, 2013 at 08:46:14AM +0800, ycn...@gmail.com wrote: > > > > NFS4_OO

Re: [PATCH v2] nfsd: fix bug on nfs4 stateid deallocation

2013-04-03 Thread Yanchuan Nian
On Mon, Apr 01, 2013 at 09:50:44PM -0400, J. Bruce Fields wrote: On Wed, Mar 13, 2013 at 11:04:54PM +0800, Yanchuan Nian wrote: 2013/3/11 J. Bruce Fields bfie...@fieldses.org On Mon, Mar 11, 2013 at 08:46:14AM +0800, ycn...@gmail.com wrote: NFS4_OO_PURGE_CLOSE is not handled properly