diff --git a/services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp b/services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp index ea4231fc56550e73597588c0abfdcf1e06a93147..18a475c07dcd1ec5eb3216d7e27e3c492c9e3beb 100644 --- a/services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp +++ b/services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp @@ -355,7 +355,6 @@ MtpFileSystem::~MtpFileSystem() bool MtpFileSystem::ParseOptionsInner() { fuse_opt_add_arg(&args_, options_.mountPoint_); - fuse_opt_add_arg(&args_, "-s"); if (options_.verBose_) { fuse_opt_add_arg(&args_, "-f");