From 5065b02c3216f7f634bdea0a1bde19604b6ade21 Mon Sep 17 00:00:00 2001 From: zhonglufu Date: Mon, 25 Nov 2024 11:45:56 +0800 Subject: [PATCH] =?UTF-8?q?mtp=E6=89=93=E5=BC=80=E5=A4=9A=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B=E5=8F=82=E6=95=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhonglufu --- services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp b/services/storage_daemon/mtpfs/src/mtpfs_fuse.cpp index ea4231fc..18a475c0 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"); -- Gitee