]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: correct type of variable global_msgs.interval to time_t
authorBill O'Donnell <bodonnel@redhat.com>
Fri, 14 Jun 2024 16:00:16 +0000 (11:00 -0500)
committerCarlos Maiolino <cem@kernel.org>
Mon, 17 Jun 2024 11:54:51 +0000 (13:54 +0200)
commitb6ae0d862839eafee0139da731fef64e6c2279c1
tree922b0c3185744dd42234a7990960e4002653ffc3
parent7edddf34eecb8aab59b0ad58da74dd49de92d644
xfs_repair: correct type of variable global_msgs.interval to time_t

Use time_t instead of int for interval field.

Coverity-id: 1596599

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