From owner-svn-src-all@freebsd.org Sat Aug 4 23:04:18 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 042471056D54; Sat, 4 Aug 2018 23:04:18 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.181]) (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 931DE8D7DC; Sat, 4 Aug 2018 23:04:17 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f181.google.com with SMTP id w11-v6so8038261iob.2; Sat, 04 Aug 2018 16:04:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=Q8EegBdmTJGwC6+Ber4WBYsdJ5d70x55ZROXjCwGhP8=; b=En4bjDPTWBwWtAMGB1YjM7eWj/PdEaFp1R+dsrqyHJsHfSGBz2Roo7frwvvgXzLTBb 4QNDTzAy0K58Osd8iVCLUhHx/iJF6ajjx4CYPxBeCJrUuZUOhsoH0IWkUZ8pD6Az3ebf 0QtUy3RtZs47FOSoo/APF0XCDavwHJKYfweB8L6To2eRvZrnV2VQODfrEBST23d1Lc5t Z2BekLmPKXzfLTFlUIYmTeHOeSa4zzlgpt1oiBrQvqtYOsYvb6+/HVdTCr6eYigJozY9 oLsFzR+Ff6H2C7fnhtwNTMsHiMZz7KOC1dyNxmJjY6iULxVp/DKa2Czu174jGUpn0AfP 0nLw== X-Gm-Message-State: AOUpUlFaL+nFUsXzb9d/XEEjLiB4anLL3q3mbAm3MOT7XeICxtaxrbui cxa6DYw8FSeglkQ/wt9zUAkEjZe7 X-Google-Smtp-Source: AA+uWPwZV70EUkJDd9HKJdVn7hE86steZo9zDIfEf/21Tk8yNedIHMkvEx/pBFln0/OHMFheDFz1HQ== X-Received: by 2002:a6b:b0c5:: with SMTP id z188-v6mr10379292ioe.220.1533423376937; Sat, 04 Aug 2018 15:56:16 -0700 (PDT) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com. [209.85.223.178]) by smtp.gmail.com with ESMTPSA id n127-v6sm1712591itn.7.2018.08.04.15.56.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Aug 2018 15:56:16 -0700 (PDT) Received: by mail-io0-f178.google.com with SMTP id k16-v6so7977903iom.12; Sat, 04 Aug 2018 15:56:16 -0700 (PDT) X-Received: by 2002:a6b:b0c5:: with SMTP id z188-v6mr10379281ioe.220.1533423376698; Sat, 04 Aug 2018 15:56:16 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:7e0a:0:0:0:0:0 with HTTP; Sat, 4 Aug 2018 15:56:16 -0700 (PDT) In-Reply-To: References: <201808021925.w72JPhIu086582@repo.freebsd.org> From: Conrad Meyer Date: Sat, 4 Aug 2018 15:56:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r337165 - head/sys/fs/fuse To: Warner Losh Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" 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:04:18 -0000 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.)