am 3d671000: am 28693983: am 1a39a994: Merge "Correct magic number on umount2"
* commit '3d671000c7268fcfcaf5445734b88428af26c294': Correct magic number on umount2
This commit is contained in:
commit
dac7f85d16
|
@ -1866,7 +1866,7 @@ static int run(const char* source_path, const char* dest_path, uid_t uid,
|
|||
struct fuse fuse;
|
||||
|
||||
/* cleanup from previous instance, if necessary */
|
||||
umount2(dest_path, 2);
|
||||
umount2(dest_path, MNT_DETACH);
|
||||
|
||||
fd = open("/dev/fuse", O_RDWR);
|
||||
if (fd < 0){
|
||||
|
|
Loading…
Reference in New Issue