From owner-svn-src-all@freebsd.org Sat Aug 4 23:02:50 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9085A1056CA9 for ; Sat, 4 Aug 2018 23:02:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CA698D662 for ; Sat, 4 Aug 2018 23:02:50 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22a.google.com with SMTP id z19-v6so8029409ioh.4 for ; Sat, 04 Aug 2018 16:02:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6ZLLTbJKjPDcWSs72gWsUymWUOHh3sLhB+lY9IvA9CI=; b=kk7syF5eY5Khfnd1fHCqTM4pD+XRvgnLYfG4aDrFlhV53qtRG8O+ht++3KTD35ao5l geFoSzenijaCx2Ql3eVd0YBE6/VRUHwwyoLI1oNMqQ9agxnnmXcKxzqKfvYWVQbWX/fA N7/LrRoWlXT14AM5OWLYjhfSK45IY/BB1469V/tOaHVt4wh/xqigekCNPGGwoCDlr6jw gDLr5Jrm7ITp2TxFtu7w9ibfepNhypMQbr1jhpxVYghE+r4d1ILvPf3ThjQeJ8xo2C3S An1dGU6enx2FJjAgJ/g2ssS4ZD3oyBFFNxo3z153yPOlfknO+bwrjYix4YU8XaJ5soBA ZbSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6ZLLTbJKjPDcWSs72gWsUymWUOHh3sLhB+lY9IvA9CI=; b=Gp2d1ZJszt4v/roFwbHF5P3Fe1jZHNUbS81EVAtJS4kyhlAtjSMSy8hKcH3tQ4cuWe gwavwVuYtRC2NyDrrxc3NYZr/Y/E61Zeuh8boUXC0GMRuVoyCw3pMuWr8k3nOD2uTFbE JkePJPuI78R8tcevhPn/CsXp+OhJqQFtT8NscQCwZZpT0M/V2R8WdtKJ67YcBRNcumRe TcHtu1wojSEqLTM7FEXoegGkqby4V44GT9OFX/dMD8DK12VDJRIvgggZdjEZbTDaCpA7 SAlJFJuRv6RUBNFw/PcSqMEICrKoyRQd/kAwt13FySEf//7rcOryBnOVGEXERyvVxhsF zruA== X-Gm-Message-State: AOUpUlEke30CrtbXB2knoPB1pBakx1ZQxw8mO66ql8VquC+QLCiRVjN/ Pnp1aR0pC0p7MOgbTO1C12u5vaFE03p9Z6octLx8qA== X-Google-Smtp-Source: AA+uWPzQxMii3opXM7rpRlNbwRzymMowt/8JV8rWRx/hWmCr34e8iZ6WOajikVlYtqTUrVBeG5zNrHWR0SyhFjif2Xg= X-Received: by 2002:a6b:f719:: with SMTP id k25-v6mr4469207iog.37.1533423769506; Sat, 04 Aug 2018 16:02:49 -0700 (PDT) MIME-Version: 1.0 References: <201808021925.w72JPhIu086582@repo.freebsd.org> In-Reply-To: From: Warner Losh Date: Sun, 5 Aug 2018 00:02:36 +0100 Message-ID: Subject: Re: svn commit: r337165 - head/sys/fs/fuse To: "Conrad E. Meyer" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 23:02:50 -0000 On Sat, Aug 4, 2018, 11:56 PM Conrad Meyer wrote: > On Sat, Aug 4, 2018 at 3:54 PM, Conrad Meyer wrote: > > It was chosen arbitrarily. Either is a big improvement over 4k. > > > > According to the bug reporter, 64k is a common choice in other > > implementations. But I have no objection to MAXPHYS. > > (It should probably be globally tunable/sysctlable, at least, or > perhaps a mount option. This was just the minimum diff change to > remove a large bottleneck.) > It's a good change. I've always been a bit unclear on when one should use one or the other.. both will work.. Warner >