diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-01-03 16:56:18 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-01-03 16:56:18 +0000 |
commit | 9668e7a3d6d1714a50f9bdd5c5cc7fd9677fd0b2 (patch) | |
tree | f0594274a84e2e7b5f2749150af9e29c3e4e4dcd /comms | |
parent | ceffa531f5fa99a727ee8e155202622e63c147ad (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/owfs/files/patch-module_owfs_src_c_owfs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/owfs/files/patch-module_owfs_src_c_owfs.c b/comms/owfs/files/patch-module_owfs_src_c_owfs.c new file mode 100644 index 000000000000..349063226e06 --- /dev/null +++ b/comms/owfs/files/patch-module_owfs_src_c_owfs.c @@ -0,0 +1,11 @@ +--- module/owfs/src/c/owfs.c.orig 2014-10-11 03:23:18.000000000 +0400 ++++ module/owfs/src/c/owfs.c 2014-12-30 19:53:53.000000000 +0300 +@@ -129,7 +129,7 @@ + + // Unmount just in case + // No checks -- can fail without consequences +- umount( Outbound_Control.head->name ) ; ++ unmount( Outbound_Control.head->name, 0) ; + + Fuse_parse(fuse_mnt_opt, &fuse_options); + LEVEL_DEBUG("fuse_mnt_opt=[%s]", fuse_mnt_opt); |