public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fiexchange.h: update XFS_IOC_EXCHANGE_RANGE again
@ 2024-07-03 21:36 Darrick J. Wong
  2024-07-04  6:05 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2024-07-03 21:36 UTC (permalink / raw)
  To: Zorro Lang; +Cc: fstests, xfs

From: Darrick J. Wong <djwong@kernel.org>

We corrected the definition for XFS_IOC_EXCHANGE_RANGE towards the end
of 6.10, so do it again.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 src/fiexchange.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fiexchange.h b/src/fiexchange.h
index 1f556e69dc..02eb0027d1 100644
--- a/src/fiexchange.h
+++ b/src/fiexchange.h
@@ -52,6 +52,6 @@ struct xfs_exchange_range {
 					 XFS_EXCHANGE_RANGE_DRY_RUN | \
 					 XFS_EXCHANGE_RANGE_FILE1_WRITTEN)
 
-#define XFS_IOC_EXCHANGE_RANGE	     _IOWR('X', 129, struct xfs_exchange_range)
+#define XFS_IOC_EXCHANGE_RANGE	     _IOW ('X', 129, struct xfs_exchange_range)
 
 #endif /* _LINUX_FIEXCHANGE_H */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-04  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 21:36 [PATCH] fiexchange.h: update XFS_IOC_EXCHANGE_RANGE again Darrick J. Wong
2024-07-04  6:05 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox