]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fsstress: print syncfs() return value in verbose mode
authorFilipe Manana <fdmanana@suse.com>
Fri, 23 May 2025 17:20:50 +0000 (18:20 +0100)
committerZorro Lang <zlang@kernel.org>
Fri, 6 Jun 2025 01:55:44 +0000 (09:55 +0800)
commit2f635d075e104e69d58dc48c88697c64181a22b6
tree4d999dd1f18b89bd21761b0bd6b3dc962158cb13
parent09ab269c0419fd1e8c927c09b507244db0c15cd5
fsstress: print syncfs() return value in verbose mode

We aren't logging the syncfs() return value in case we are running in
verbose mode, which is useful and it would help me immediately figuring
out it was failing in a problem I was debugging with btrfs.

So log its return value, just like we do for every other fsstress command.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
ltp/fsstress.c