[PATCH] fuse mount realpath

2014-05-18 Thread Helg
This patch forces fuse to mount a client filesystem using the realpath when a relative path is specified for the mount point. Without this, to unmount a filesystem you need to change directory to the same folder you where in when you mounted it. -- Helg xx...@msn.com Index: fuse.c

Re: [PATCH] fuse mount realpath

2014-05-18 Thread Ted Unangst
On Sun, May 18, 2014 at 20:16, Helg wrote: This patch forces fuse to mount a client filesystem using the realpath when a relative path is specified for the mount point. Without this, to unmount a filesystem you need to change directory to the same folder you where in when you mounted it.