From: kaixuxia <xiakaixu1987@gmail.com>
To: fstests@vger.kernel.org
Cc: linux-xfs@vger.kernel.org, Eryu Guan <guaneryu@gmail.com>,
newtongao@tencent.com, jasperwang@tencent.com
Subject: [PATCH] fstests: remove duplicated renameat2 system call number for i386
Date: Fri, 11 Oct 2019 15:03:24 +0800 [thread overview]
Message-ID: <6d0c1a12-b4b2-cb35-1150-001ffa83a5db@gmail.com> (raw)
Remove duplicated renameat2 system call number for i386.
Signed-off-by: kaixuxia <kaixuxia@tencent.com>
---
src/renameat2.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/renameat2.c b/src/renameat2.c
index c59ce65..8f712a4 100644
--- a/src/renameat2.c
+++ b/src/renameat2.c
@@ -18,10 +18,6 @@
#define SYS_renameat2 353
#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)
--
1.8.3.1
--
kaixuxia
next reply other threads:[~2019-10-11 7:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 7:03 kaixuxia [this message]
2019-10-11 13:06 ` [PATCH] fstests: remove duplicated renameat2 system call number for i386 Christoph Hellwig
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=6d0c1a12-b4b2-cb35-1150-001ffa83a5db@gmail.com \
--to=xiakaixu1987@gmail.com \
--cc=fstests@vger.kernel.org \
--cc=guaneryu@gmail.com \
--cc=jasperwang@tencent.com \
--cc=linux-xfs@vger.kernel.org \
--cc=newtongao@tencent.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