From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it1-f193.google.com ([209.85.166.193]:50424 "EHLO mail-it1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728808AbeJAPxj (ORCPT ); Mon, 1 Oct 2018 11:53:39 -0400 Received: by mail-it1-f193.google.com with SMTP id j81-v6so10308042ite.0 for ; Mon, 01 Oct 2018 02:16:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20180906123706.28691-1-const@MakeLinux.com> From: Miklos Szeredi Date: Mon, 1 Oct 2018 11:16:51 +0200 Message-ID: Subject: Re: [PATCH v4] fuse: add max_pages option To: Constantine Shulyupin Cc: "open list:FUSE: FILESYSTEM IN USERSPACE" , Jonathan Corbet , =?UTF-8?B?5YiY56GV54S2?= , mitsuo.hayasaka.hu@hitachi.com, Amir Goldstein Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Sep 26, 2018 at 10:54 AM, Constantine Shulyupin wrote: > Hi Miklos, > > Passed 20 days since the previous messages, so would you like to > review the patch? Updated patch pushed to git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-next The mount option was converted to negotiation via INIT request. Please test. Thanks, Miklos