From: Carlos Maiolino <cmaiolino@redhat.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs: xattr: rewrite simple_xattr_set()
Date: Thu, 25 Oct 2012 15:04:52 -0200 [thread overview]
Message-ID: <20121025170452.GA27092@andromeda.usersys.redhat.com> (raw)
In-Reply-To: <20121025152613.GF14085@redhat.com>
On Thu, Oct 25, 2012 at 11:26:14AM -0400, Aristeu Rozanski wrote:
> The way this function was written is confusing and already caused problems.
> Rewriting it to be easier to understand and maintain.
>
> Cc: Tejun Heo <tj@kernel.org>
> Cc: Li Zefan <lizefan@huawei.com>
> Cc: Al Viro <viro@ZenIV.linux.org.uk>
> Signed-off-by: Aristeu Rozanski <aris@redhat.com>
>
> ---
> fs/xattr.c | 124 +++++++++++++++++++++++++++++++++++++------------------------
> 1 file changed, 76 insertions(+), 48 deletions(-)
>
> Index: github/fs/xattr.c
> ===================================================================
> --- github.orig/fs/xattr.c 2012-10-23 16:02:41.155857391 -0400
> +++ github/fs/xattr.c 2012-10-25 11:17:15.118197552 -0400
> @@ -842,55 +842,46 @@
> return ret;
> }
>
Looks good to me
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
--
--Carlos
next prev parent reply other threads:[~2012-10-25 17:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-25 15:26 [PATCH] fs: xattr: rewrite simple_xattr_set() Aristeu Rozanski
2012-10-25 17:04 ` Carlos Maiolino [this message]
2012-10-25 17:33 ` Tejun Heo
2012-10-25 17:54 ` Aristeu Rozanski
2012-10-25 17:59 ` Tejun Heo
2012-10-25 18:12 ` Aristeu Rozanski
2012-10-25 18:30 ` [PATCH v2] " Aristeu Rozanski
2012-10-31 21:11 ` Tejun Heo
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=20121025170452.GA27092@andromeda.usersys.redhat.com \
--to=cmaiolino@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.