]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
fsx: add missing -T option to getopt_long()
authorFilipe Manana <fdmanana@suse.com>
Mon, 12 Jan 2026 13:44:09 +0000 (13:44 +0000)
committerZorro Lang <zlang@kernel.org>
Sun, 18 Jan 2026 17:18:57 +0000 (01:18 +0800)
commite0ded76267f99ecfeb3e27696489df98d75d7209
tree24002060a25db99c8b372b9cb1809e5d8971b154
parent8dad086a47019bf46a5b559efb382525324b9254
fsx: add missing -T option to getopt_long()

Currently fsx fails with an invalid argument error when we pass the -T
option (do not use dontcache IO) to it because it's not listed in the
gepopt_long() call.

Fix this and add T to the getopt_long() call.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
ltp/fsx.c