From: Chandan Rajendra <chandan@linux.vnet.ibm.com>
To: linux-xfs@vger.kernel.org
Cc: Chandan Rajendra <chandan@linux.vnet.ibm.com>, sandeen@redhat.com
Subject: [PATCH] xfs_io: Add statx support for PowerPC architecture
Date: Wed, 26 Apr 2017 12:09:18 +0530 [thread overview]
Message-ID: <1493188758-3173-1-git-send-email-chandan@linux.vnet.ibm.com> (raw)
Linux kernel commit f717629c7f834ab2efa05c7dbf0826f1d7c32ade (powerpc:
Wire up statx() syscall) added support for statx syscall for PowerPC
architecture. This commit enables using 'statx' sub-command of xfs_io to
be used on PowerPC.
Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
---
This patch is based on Eric's "xfs_io: fix statx definition for non-x86
architecture" patch.
io/statx.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/io/statx.h b/io/statx.h
index eea7944..14361a8 100644
--- a/io/statx.h
+++ b/io/statx.h
@@ -16,7 +16,7 @@
#endif
#ifndef __NR_statx
-# ifdef __i386__
+# if defined(__i386__) || defined(__powerpc__)
# define __NR_statx 383
# elif defined (__x86_64__)
# if defined (__ILP32__)
--
2.5.5
next reply other threads:[~2017-04-26 6:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-26 6:39 Chandan Rajendra [this message]
2017-04-26 8:00 ` [PATCH] xfs_io: Add statx support for PowerPC architecture Christoph Hellwig
2017-04-26 13:15 ` Eric Sandeen
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=1493188758-3173-1-git-send-email-chandan@linux.vnet.ibm.com \
--to=chandan@linux.vnet.ibm.com \
--cc=linux-xfs@vger.kernel.org \
--cc=sandeen@redhat.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