From: huanwen ren Date: Thu, 3 Aug 2017 02:25:31 +0000 (+0800) Subject: cephfs/fuse: set big_writes default is false X-Git-Tag: v13.0.1~1042^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=98b982878d246babd0950ac8ebf124ee9d0e78d0;p=ceph.git cephfs/fuse: set big_writes default is false The -o big_writes mount option has been removed in the libfuse 3.0 because it is now always active. see: https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst so we big_writes default is false Signed-off-by: huanwen ren --- diff --git a/src/common/options.cc b/src/common/options.cc index 85b5a099e30..6d248602863 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5613,8 +5613,8 @@ std::vector