Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934954AbcKJW0g (ORCPT ); Thu, 10 Nov 2016 17:26:36 -0500 Received: from mail-lf0-f43.google.com ([209.85.215.43]:34306 "EHLO mail-lf0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933521AbcKJW0e (ORCPT ); Thu, 10 Nov 2016 17:26:34 -0500 MIME-Version: 1.0 In-Reply-To: <87oa1nugbq.fsf@thinkpad.rath.org> References: <87oa1nugbq.fsf@thinkpad.rath.org> From: Miklos Szeredi Date: Thu, 10 Nov 2016 23:26:31 +0100 Message-ID: Subject: Re: commit 5c672ab3f0ee0f78f: fuse: serialize dirops by default To: Nikolaus Rath Cc: linux-fsdevel , lkml Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 527 Lines: 16 On Thu, Nov 10, 2016 at 11:21 PM, Nikolaus Rath wrote: > Hi Miklos, > > In commit 5c672ab3f0ee0f78f7acad183f34db0f8781a200 you introduced a new > FUSE_PARALLEL_DIROPS capability and bumped the kernel interface no to > 25 - but there have been no corresponding changes to userspace. I think libfuse3 should always set this, it's just for backward compatibility. > Is this still preliminary and thus deliberately not in libfuse? I only > noticed it by chance. Oops, I just forgot about it. Thanks, Miklos