Re: [PATCH] xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameter

From: Carlos Maiolino

Date: Tue Jul 07 2026 - 07:39:01 EST


On Thu, 02 Jul 2026 19:56:11 +0800, alexjlzheng@xxxxxxxxx wrote:
> 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.
>
> [...]

Applied to for-next, thanks!

[1/1] xfs: use xfs_csn_t for xlog_cil_push_now() push_seq parameter
commit: de7400fc098b6aa4acbae9c3f5167c91e8ced908

Best regards,
--
Carlos Maiolino <cem@xxxxxxxxxx>