From d8acfb7fcfb41bfb83c877a2422e50764ad4eedc Mon Sep 17 00:00:00 2001 From: Tomas M Date: Sun, 30 Sep 2012 08:47:41 -0500 Subject: [PATCH] enable pthread --- livekitlib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livekitlib b/livekitlib index cd0dbd7..1636825 100644 --- a/livekitlib +++ b/livekitlib @@ -239,7 +239,7 @@ fs_options() echo "-o check=s,shortname=mixed,iocharset=utf8" fi if [ "$1" = "ntfs-3g" ]; then - echo "-- -s -o attr_timeout=300,entry_timeout=300,negative_timeout=300,kernel_cache,allow_other" + echo "-- -o attr_timeout=300,entry_timeout=300,negative_timeout=300,kernel_cache,allow_other" fi } @@ -338,7 +338,7 @@ persistent_changes() echo_green_star echo "Activating posixovl for persistent changes" >&2 rm "$T1" "$T2" 2>/dev/null - mount.posixovl -F "$CHANGES" -- -s -o attr_timeout=300,entry_timeout=300,negative_timeout=300,kernel_cache,allow_other + mount.posixovl -F "$CHANGES" -- -o attr_timeout=300,entry_timeout=300,negative_timeout=300,kernel_cache,allow_other else echo_green_star echo "Activating native persistent changes" >&2