linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz>,
	Andrew Morton <akpm@linux-foundation.org>,
	Andreas Dilger <adilger.kernel@dilger.ca>,
	linux-ext4@vger.kernel.org
Subject: Re: [PATCH 1/1 linux-next] ext3: destroy sbi mutexes in put_super
Date: Mon, 5 Jan 2015 11:13:31 +0100	[thread overview]
Message-ID: <20150105101331.GE7056@quack.suse.cz> (raw)
In-Reply-To: <1419692482-17658-1-git-send-email-fabf@skynet.be>

On Sat 27-12-14 16:01:22, Fabian Frederick wrote:
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
  Thanks, I have merged the patch with somewhat updated changelog to
describe what are the visible effects of this.

								Honza
> ---
> This is untested.
> 
>  fs/ext3/super.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/fs/ext3/super.c b/fs/ext3/super.c
> index 9b4e7d7..d4dbf3c 100644
> --- a/fs/ext3/super.c
> +++ b/fs/ext3/super.c
> @@ -466,6 +466,8 @@ static void ext3_put_super (struct super_block * sb)
>  	}
>  	sb->s_fs_info = NULL;
>  	kfree(sbi->s_blockgroup_lock);
> +	mutex_destroy(&sbi->s_orphan_lock);
> +	mutex_destroy(&sbi->s_resize_lock);
>  	kfree(sbi);
>  }
>  
> -- 
> 2.1.0
> 
-- 
Jan Kara <jack@suse.cz>
SUSE Labs, CR

      reply	other threads:[~2015-01-05 10:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-27 15:01 [PATCH 1/1 linux-next] ext3: destroy sbi mutexes in put_super Fabian Frederick
2015-01-05 10:13 ` Jan Kara [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150105101331.GE7056@quack.suse.cz \
    --to=jack@suse.cz \
    --cc=adilger.kernel@dilger.ca \
    --cc=akpm@linux-foundation.org \
    --cc=fabf@skynet.be \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).