Re: [PATCH 008/104] virtiofsd: remove mountpoint dummy argument

2020-01-03 Thread Daniel P . Berrangé
On Thu, Dec 12, 2019 at 04:37:28PM +, Dr. David Alan Gilbert (git) wrote: > From: Stefan Hajnoczi > > Classic FUSE file system daemons take a mountpoint argument but > virtiofsd exposes a vhost-user UNIX domain socket instead. The > mountpoint argument is not used by virtiofsd but the user i

[PATCH 008/104] virtiofsd: remove mountpoint dummy argument

2019-12-12 Thread Dr. David Alan Gilbert (git)
From: Stefan Hajnoczi Classic FUSE file system daemons take a mountpoint argument but virtiofsd exposes a vhost-user UNIX domain socket instead. The mountpoint argument is not used by virtiofsd but the user is still required to pass a dummy argument on the command-line. Remove the mountpoint ar