diff options
| author | Jinliang Zheng <alexjlzheng@tencent.com> | 2026-07-02 19:56:11 +0800 |
|---|---|---|
| committer | Carlos Maiolino <cem@kernel.org> | 2026-07-08 14:54:05 +0200 |
| commit | f88caa121eac3b6a050262ac3de0c133ee17f7b2 (patch) | |
| tree | a2b7da97c3c167f59a2561ef6cfc8be14e099cbf /scripts/Makefile.thinlto | |
| parent | d128ffd2baa708da0362b562f0b7f9df96e43653 (diff) | |
xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameter
The push_seq argument to xlog_cil_push_now() carries a CIL checkpoint
sequence number, not a log sequence number (LSN).
Change the parameter type from xfs_lsn_t to xfs_csn_t to correctly
reflect its semantics and match the surrounding types. Both types are
int64_t under the hood, so this is a type-annotation fix with no
behavioural change.
Signed-off-by: Jinliang Zheng <alexjlzheng@tencent.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
