[PATCH] renameat2: add system call number for i386
Dave Chinner
david at fromorbit.com
Tue Apr 15 19:32:02 CDT 2014
On Sat, Apr 12, 2014 at 07:13:04PM -0400, Theodore Ts'o wrote:
> Signed-off-by: "Theodore Ts'o" <tytso at mit.edu>
> Cc: Miklos Szeredi <mszeredi at 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 at redhat.com>
--
Dave Chinner
david at fromorbit.com
More information about the xfs
mailing list