From: Dave Chinner <david@fromorbit.com>
To: Theodore Ts'o <tytso@mit.edu>
Cc: Ext4 Developers List <linux-ext4@vger.kernel.org>,
Miklos Szeredi <mszeredi@suse.cz>,
xfs@oss.sgi.com
Subject: Re: [PATCH] renameat2: add system call number for i386
Date: Wed, 16 Apr 2014 10:32:02 +1000 [thread overview]
Message-ID: <20140416003202.GY15995@dastard> (raw)
In-Reply-To: <1397344384-15302-1-git-send-email-tytso@mit.edu>
On Sat, Apr 12, 2014 at 07:13:04PM -0400, Theodore Ts'o wrote:
> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
> Cc: Miklos Szeredi <mszeredi@suse.cz>
> ---
> src/renameat2.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/src/renameat2.c b/src/renameat2.c
> index 5145959..8613aa9 100644
> --- a/src/renameat2.c
> +++ b/src/renameat2.c
> @@ -14,6 +14,10 @@
> #define SYS_renameat2 316
> #endif
>
> +#if !defined(SYS_renameat2) && defined(__i386__)
> +#define SYS_renameat2 353
> +#endif
> +
> static int renameat2(int dfd1, const char *path1,
> int dfd2, const char *path2,
> unsigned int flags)
Yup, matches the kernel code. Looks good.
Reviewed-by: Dave Chinner <dchinner@redhat.com>
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
prev parent reply other threads:[~2014-04-16 0:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-12 23:13 [PATCH] renameat2: add system call number for i386 Theodore Ts'o
2014-04-16 0:32 ` Dave Chinner [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=20140416003202.GY15995@dastard \
--to=david@fromorbit.com \
--cc=linux-ext4@vger.kernel.org \
--cc=mszeredi@suse.cz \
--cc=tytso@mit.edu \
--cc=xfs@oss.sgi.com \
/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).