no need for these options

pull/5/head
Tomas M 2012-10-17 00:58:13 -08:00
parent 54b445d461
commit 1f92110d62
1 changed files with 0 additions and 3 deletions

View File

@ -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
}