From: Jan Kara <jack@suse.cz>
To: Alexandru Gheorghiu <gheorghiuandru@gmail.com>
Cc: Jan Kara <jack@suse.cz>, Al Viro <viro@zeniv.linux.org.uk>,
Artem Bityutskiy <artem.bityutskiy@linux.intel.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs: reiserfs: Use kstrdup function
Date: Mon, 15 Apr 2013 13:52:00 +0200 [thread overview]
Message-ID: <20130415115200.GA2299@quack.suse.cz> (raw)
In-Reply-To: <1365729618-24397-1-git-send-email-gheorghiuandru@gmail.com>
On Fri 12-04-13 04:20:18, Alexandru Gheorghiu wrote:
> Use kstrdup function instead of kmalloc and strcpy.
> Patch found using coccinelle.
Thanks for the patch but I already have a similar patch in my tree.
Honza
>
> Signed-off-by: Alexandru Gheorghiu <gheorghiuandru@gmail.com>
> ---
> fs/reiserfs/super.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
> index 194113b..f8a23c3 100644
> --- a/fs/reiserfs/super.c
> +++ b/fs/reiserfs/super.c
> @@ -1147,8 +1147,7 @@ static int reiserfs_parse_options(struct super_block *s, char *options, /* strin
> "on filesystem root.");
> return 0;
> }
> - qf_names[qtype] =
> - kmalloc(strlen(arg) + 1, GFP_KERNEL);
> + qf_names[qtype] = kstrdup(arg, GFP_KERNEL);
> if (!qf_names[qtype]) {
> reiserfs_warning(s, "reiserfs-2502",
> "not enough memory "
> @@ -1156,7 +1155,6 @@ static int reiserfs_parse_options(struct super_block *s, char *options, /* strin
> "quotafile name.");
> return 0;
> }
> - strcpy(qf_names[qtype], arg);
> if (qtype == USRQUOTA)
> *mount_options |= 1 << REISERFS_USRQUOTA;
> else
> --
> 1.7.9.5
>
--
Jan Kara <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2013-04-16 16:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-12 1:20 Alexandru Gheorghiu
2013-04-15 11:52 ` 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=20130415115200.GA2299@quack.suse.cz \
--to=jack@suse.cz \
--cc=artem.bityutskiy@linux.intel.com \
--cc=gheorghiuandru@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/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®