Re: [PATCH] sysv: Add forgotten superblock lock init for v7 fs

2013-09-24 Thread Al Viro
On Tue, Sep 24, 2013 at 01:50:22AM -0700, Christoph Hellwig wrote: > Al, can you add this to the next VFS pile? Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] sysv: Add forgotten superblock lock init for v7 fs

2013-09-24 Thread Christoph Hellwig
On Wed, Sep 18, 2013 at 12:39:16AM +0200, Lubomir Rintel wrote: > Superblock lock was replaced with (un)lock_super() removal, but left > uninitialized for Seventh Edition UNIX filesystem in the following commit > (3.7): > c07cb01 sysv: drop lock/unlock super > > Signed-off-by: Lubomir Rintel

Re: [PATCH] sysv: Add forgotten superblock lock init for v7 fs

2013-09-24 Thread Christoph Hellwig
On Wed, Sep 18, 2013 at 12:39:16AM +0200, Lubomir Rintel wrote: Superblock lock was replaced with (un)lock_super() removal, but left uninitialized for Seventh Edition UNIX filesystem in the following commit (3.7): c07cb01 sysv: drop lock/unlock super Signed-off-by: Lubomir Rintel

Re: [PATCH] sysv: Add forgotten superblock lock init for v7 fs

2013-09-24 Thread Al Viro
On Tue, Sep 24, 2013 at 01:50:22AM -0700, Christoph Hellwig wrote: Al, can you add this to the next VFS pile? Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] sysv: Add forgotten superblock lock init for v7 fs

2013-09-17 Thread Lubomir Rintel
Superblock lock was replaced with (un)lock_super() removal, but left uninitialized for Seventh Edition UNIX filesystem in the following commit (3.7): c07cb01 sysv: drop lock/unlock super Signed-off-by: Lubomir Rintel --- fs/sysv/super.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[PATCH] sysv: Add forgotten superblock lock init for v7 fs

2013-09-17 Thread Lubomir Rintel
Superblock lock was replaced with (un)lock_super() removal, but left uninitialized for Seventh Edition UNIX filesystem in the following commit (3.7): c07cb01 sysv: drop lock/unlock super Signed-off-by: Lubomir Rintel lkund...@v3.sk --- fs/sysv/super.c |1 + 1 files changed, 1 insertions(+),