From 1f92110d62f594b0f9abb6f3d6d3266fac0ac3ad Mon Sep 17 00:00:00 2001 From: Tomas M Date: Wed, 17 Oct 2012 00:58:13 -0800 Subject: [PATCH] no need for these options --- livekitlib | 3 --- 1 file changed, 3 deletions(-) diff --git a/livekitlib b/livekitlib index 3c6c633..fea34ec 100644 --- a/livekitlib +++ b/livekitlib @@ -249,9 +249,6 @@ fs_options() if [ "$1" = "vfat" ]; then echo "-o check=s,shortname=mixed,iocharset=utf8" fi - if [ "$1" = "ntfs-3g" ]; then - echo "-- -o attr_timeout=300,entry_timeout=300,negative_timeout=300,kernel_cache,allow_other" - fi }