From: John Garry <john.g.garry@oracle.com>
To: alx@kernel.org
Cc: linux-man@vger.kernel.org, linux-fsdevel@vger.kernel.org,
hch@lst.de, djwong@kernel.org, linux-xfs@vger.kernel.org,
John Garry <john.g.garry@oracle.com>
Subject: [PATCH v3 1/2] statx.2: properly align stx_dio_read_offset_align
Date: Thu, 19 Jun 2025 15:44:54 +0000 [thread overview]
Message-ID: <20250619154455.321848-2-john.g.garry@oracle.com> (raw)
In-Reply-To: <20250619154455.321848-1-john.g.garry@oracle.com>
Align this member in struct statx with the members above it.
Signed-off-by: John Garry <john.g.garry@oracle.com>
---
man/man2/statx.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man2/statx.2 b/man/man2/statx.2
index ef7dbbcf9..273d80711 100644
--- a/man/man2/statx.2
+++ b/man/man2/statx.2
@@ -73,7 +73,7 @@ struct statx {
__u32 stx_atomic_write_segments_max;
\&
/* File offset alignment for direct I/O reads */
- __u32 stx_dio_read_offset_align;
+ __u32 stx_dio_read_offset_align;
};
.EE
.in
--
2.31.1
next prev parent reply other threads:[~2025-06-19 15:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-19 15:44 [PATCH v3 0/2] statx.2: Add stx_atomic_write_unit_max_opt John Garry
2025-06-19 15:44 ` John Garry [this message]
2025-06-23 0:55 ` [PATCH v3 1/2] statx.2: properly align stx_dio_read_offset_align Alejandro Colomar
2025-06-19 15:44 ` [PATCH v3 2/2] statx.2: Add stx_atomic_write_unit_max_opt John Garry
2025-06-23 0:59 ` Alejandro Colomar
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=20250619154455.321848-2-john.g.garry@oracle.com \
--to=john.g.garry@oracle.com \
--cc=alx@kernel.org \
--cc=djwong@kernel.org \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-man@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
/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).