lkml.org 
[lkml]   [2013]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] sysv: Add forgotten superblock lock init for v7 fs
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 <lkundrak@v3.sk>

Looks good.

Signed-off-by: Christoph Hellwig <hch@lst.de>

Al, can you add this to the next VFS pile?

> ---
> fs/sysv/super.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/fs/sysv/super.c b/fs/sysv/super.c
> index d0c6a00..eda1095 100644
> --- a/fs/sysv/super.c
> +++ b/fs/sysv/super.c
> @@ -487,6 +487,7 @@ static int v7_fill_super(struct super_block *sb, void *data, int silent)
> sbi->s_sb = sb;
> sbi->s_block_base = 0;
> sbi->s_type = FSTYPE_V7;
> + mutex_init(&sbi->s_lock);
> sb->s_fs_info = sbi;
>
> sb_set_blocksize(sb, 512);
> --
> 1.7.1
>
---end quoted text---


\
 
 \ /
  Last update: 2013-09-24 11:21    [W:0.055 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site