mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
virtiofsd: remove mountpoint dummy argument
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 argument to clean up the command-line. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
7387863d03
commit
67aab02272
4 changed files with 7 additions and 31 deletions
|
@ -2455,7 +2455,7 @@ out1:
|
|||
return NULL;
|
||||
}
|
||||
|
||||
int fuse_session_mount(struct fuse_session *se, const char *mountpoint)
|
||||
int fuse_session_mount(struct fuse_session *se)
|
||||
{
|
||||
int fd;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue