From owner-freebsd-fs@freebsd.org Tue Sep 12 22:54:03 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32A88E23298; Tue, 12 Sep 2017 22:54:03 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-yw0-f179.google.com (mail-yw0-f179.google.com [209.85.161.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E99DD66DCA; Tue, 12 Sep 2017 22:54:02 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-yw0-f179.google.com with SMTP id v72so29278632ywa.3; Tue, 12 Sep 2017 15:54:02 -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=Cu6pZe6V5Dn7lfbAu6cOclFpi14j/v7n96PUR5lNWj8=; b=hJkOow3WMh5QAIZ4g+65jhA3YmBZPvEJy5VdpvtnRGlis82mQyamcdUaP9w+wUvyqK MTwdcC3ZhsJUmlTtfzwY5ggsyCy09W8ScRmYnAMtwbwCm5KCv2G6Wj1/QNdy4Swyr/2h CNVgwx+B1B+J+wnp713XnGCTNI/pqZ9YFtWRyJ9q704UPb3auzo6apmI54wGM52sdgNG JQ8UTEhweFYfFJwz/MoLjvad4ah4cy8O82zoDSw2ai5xfaq6H0a+Np/2oRexqBFfxM9s KI3LPCvHn5GFWGuh88iMSUtYbe1K97imPlhE5J3gGpkV1x5pBXYiBMMu7yYq7qUqcgCB qZqg== X-Gm-Message-State: AHPjjUikkCBxPS2urD+U3YL3a9ZIv4sFn5Ds1rUnqVcuYxuml5FJrwXS qnQrSD7iA2qYp32KcHE= X-Received: by 10.13.209.6 with SMTP id t6mr13754245ywd.60.1505256835583; Tue, 12 Sep 2017 15:53:55 -0700 (PDT) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com. [209.85.223.179]) by smtp.gmail.com with ESMTPSA id g72sm4331652ywe.26.2017.09.12.15.53.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Sep 2017 15:53:55 -0700 (PDT) Received: by mail-io0-f179.google.com with SMTP id v36so43241345ioi.1; Tue, 12 Sep 2017 15:53:55 -0700 (PDT) X-Google-Smtp-Source: ADKCNb4oA9KkamK0dy8LOKyjyZ2m2lGbwO7B/yMN6gyx9Xlgjd/UrtKl2QjJAg3TdA74LlzyP5srOIYo4oas2rw/GMs= X-Received: by 10.107.11.102 with SMTP id v99mr12980164ioi.260.1505256834858; Tue, 12 Sep 2017 15:53:54 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.81.131 with HTTP; Tue, 12 Sep 2017 15:53:54 -0700 (PDT) In-Reply-To: <041393BA-94E3-4D22-95C8-EF0634746DC3@gmail.com> References: <0154558d-b2ad-af97-3960-3e392678f709@freebsd.org> <8d04540b-6daf-aa13-5648-0ec2541cbae6@freebsd.org> <041393BA-94E3-4D22-95C8-EF0634746DC3@gmail.com> From: Conrad Meyer Date: Tue, 12 Sep 2017 15:53:54 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: extending the maximum filename length (pointer to patch)[request for input] To: Ben RUBSON Cc: "freebsd-fs@freebsd.org" , freebsd-current , Julian Elischer Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2017 22:54:03 -0000 On Tue, Sep 12, 2017 at 2:11 PM, Ben RUBSON wrote: > Hi Conrad, > > This patch makes me think about another related bug #184340 : > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184340 > It is about PATH_MAX which in some cases can be too small. > > Not sure if it's the case / and how to do it, > but perhaps it is time to raise some other limits / > think about a global solution regarding these length limits ? > > Many thanks ! Hi Ben, Yes, I think that bug is about basically the same issue under discussion here. Best, Conrad