]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_fsr: correct type in fsrprintf() call
authorBill O'Donnell <bodonnel@redhat.com>
Fri, 14 Jun 2024 16:00:15 +0000 (11:00 -0500)
committerCarlos Maiolino <cem@kernel.org>
Mon, 17 Jun 2024 11:54:49 +0000 (13:54 +0200)
commit7edddf34eecb8aab59b0ad58da74dd49de92d644
tree36b94af94263de98b8069794e572ad8e63fb026b
parent281cc21031e6b0baadcfa195cd07ebf479390c82
xfs_fsr: correct type in fsrprintf() call

Use %lld instead of %d for howlong variable.

Coverity-id: 1596598

Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fsr/xfs_fsr.c