libnfs/examples
Alexander Graf a5042b9857 fuse_nfs: Disable multithreading
If we blindly spawn new threads based on existing open NFS shares, all
threads will concurrently still run on the same file descriptors for NFS
traffic, colliding sooner or later.

This is what happens with the fuse-nfs example program. To steer us back
into safety, we can just tell fuse to not do multi-threading which this
patch does.

This patch fixes random connection aborts with fuse_nfs for me.

Signed-off-by: Alexander Graf <agraf@suse.de>
2015-02-15 01:49:23 +01:00
..
Makefile.am NFS-LS: Build nfs-ls as utils and make it install under bin 2014-03-21 18:31:05 -07:00
fuse_nfs.c fuse_nfs: Disable multithreading 2015-02-15 01:49:23 +01:00
ld_nfs.c Change license for the ld preload hack to gplv3 2014-02-11 18:36:24 -08:00
nfs-cp.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
nfs-io.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
nfsclient-async.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
nfsclient-bcast.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
nfsclient-listservers.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
nfsclient-raw.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
nfsclient-sync.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00
portmap-client.c ZDR: remove dependency on zdr.h from the examples and nfs-ls 2014-07-05 12:44:18 -07:00