From: Jan Kara <jack@suse.cz>
To: Chao Yu <chao2.yu@samsung.com>
Cc: jack@suse.cz, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] udf: avoid unneeded up_write when fail to add entry in ->symlink
Date: Mon, 11 Aug 2014 09:49:11 +0200 [thread overview]
Message-ID: <20140811074911.GA29526@quack.suse.cz> (raw)
In-Reply-To: <00bd01cfb374$4b397a30$e1ac6e90$@samsung.com>
On Sat 09-08-14 09:49:31, Chao Yu wrote:
> We have released the ->i_data_sem before invoking udf_add_entry(),
> so in following error path, we should not release this lock again.
Good catch. I've merged the patch to my tree. Thanks.
Honza
>
> Signed-off-by: Chao Yu <chao2.yu@samsung.com>
> ---
> fs/udf/namei.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/fs/udf/namei.c b/fs/udf/namei.c
> index 9737cba..83a0600 100644
> --- a/fs/udf/namei.c
> +++ b/fs/udf/namei.c
> @@ -1014,7 +1014,7 @@ static int udf_symlink(struct inode *dir, struct dentry *dentry,
>
> fi = udf_add_entry(dir, dentry, &fibh, &cfi, &err);
> if (!fi)
> - goto out_no_entry;
> + goto out_fail;
> cfi.icb.extLength = cpu_to_le32(sb->s_blocksize);
> cfi.icb.extLocation = cpu_to_lelb(iinfo->i_location);
> if (UDF_SB(inode->i_sb)->s_lvid_bh) {
> @@ -1036,6 +1036,7 @@ out:
>
> out_no_entry:
> up_write(&iinfo->i_data_sem);
> +out_fail:
> inode_dec_link_count(inode);
> iput(inode);
> goto out;
> --
> 2.0.1.474.g72c7794
>
>
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2014-08-11 7:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-09 1:49 Chao Yu
2014-08-11 7:49 ` 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=20140811074911.GA29526@quack.suse.cz \
--to=jack@suse.cz \
--cc=chao2.yu@samsung.com \
--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
all inboxes | Powered by JetHome®