aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Fu <vincent.fu@samsung.com>2023-10-25 17:53:40 -0400
committerVincent Fu <vincent.fu@samsung.com>2023-10-25 17:53:40 -0400
commit7a725c78547f7337dddb6fd391f80914f671e583 (patch)
tree80a5eedc52837b12621d4d1f869869ac92d50bf3
parentecc734c6b20f2d1729f0da45fb1490ca092f7e85 (diff)
parent0905f371046906353108ded80b1564f8188ce85e (diff)
downloadfio-7a725c78547f7337dddb6fd391f80914f671e583.tar.gz
Merge branch 'englist' of https://github.com/vt-alt/fio
* 'englist' of https://github.com/vt-alt/fio: nfs: Fix incorrect engine registering for '--enghelp' list
-rw-r--r--engines/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/nfs.c b/engines/nfs.c
index 970962a3f..ce748d144 100644
--- a/engines/nfs.c
+++ b/engines/nfs.c
@@ -308,7 +308,7 @@ static int fio_libnfs_close(struct thread_data *td, struct fio_file *f)
return ret;
}
-struct ioengine_ops ioengine = {
+static struct ioengine_ops ioengine = {
.name = "nfs",
.version = FIO_IOOPS_VERSION,
.setup = fio_libnfs_setup,