From owner-freebsd-current@FreeBSD.ORG Mon Jan 19 08:40:53 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B5B424D for ; Mon, 19 Jan 2015 08:40:53 +0000 (UTC) Received: from eu1sys200aog126.obsmtp.com (eu1sys200aog126.obsmtp.com [207.126.144.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E5AA96F for ; Mon, 19 Jan 2015 08:40:51 +0000 (UTC) Received: from mail-wg0-f51.google.com ([74.125.82.51]) (using TLSv1) by eu1sys200aob126.postini.com ([207.126.147.11]) with SMTP ID DSNKVLzC9/pdJ7F0X6qRXzIEFNsS41mZMx4a@postini.com; Mon, 19 Jan 2015 08:40:52 UTC Received: by mail-wg0-f51.google.com with SMTP id l18so8319225wgh.10 for ; Mon, 19 Jan 2015 00:40:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=56rXmqLQIBlaJjBaRG5lMxo3SF28KIY0cQfDiUYMfVs=; b=Mu+hp1eDYRhpPI7ax8RHcMT831OwoaDzbv3KokZmEj0jJekLkhp1vacPjJuyMRDuY6 z+4jJwB8HqiCq6HR0YSSbGJrhqRK2/X+GfMqAnrA1WuHZ++QOZWOPQ25RZSVD3Wsiwjk Xbtpw0V4KJbx6bmkLXfX+VpcKqQTHYh3Gdvz1HWU4bQSF/nXH3R4UbKz5i8esvn5XfGj Y4JyL9Df9YDNoLAGD5zhPqMuOUjgwJpx+wIzYIIUhf5KZSevFT8zSUxmy9nOX8C0pg2Z H5ntrwMP17dUj+/hxozHxjJJvyxL16yQOwOel4bUuXRoazgWhsLigFj72a4De0P81+xs PeGA== X-Gm-Message-State: ALoCoQn8GD0IpEmaW6RwrFjD6vxLo4W6Uc5GiDUMKgYVvO2EFFkyM7BS/gAsR3n7TDaFfYgVs77Nxr7s5b3UXLl3MoQ0q1qI8heDgdIlLexsDfSOT285oo/2y5Om2+JAmC0F7ypl6fUAJwi2XvhKquuLkXCZZFH2nQ== X-Received: by 10.194.175.102 with SMTP id bz6mr55605097wjc.120.1421656823871; Mon, 19 Jan 2015 00:40:23 -0800 (PST) X-Received: by 10.194.175.102 with SMTP id bz6mr55605084wjc.120.1421656823770; Mon, 19 Jan 2015 00:40:23 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id hz9sm16377532wjb.17.2015.01.19.00.40.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jan 2015 00:40:23 -0800 (PST) Date: Mon, 19 Jan 2015 00:40:23 -0800 (PST) X-Google-Original-Date: Mon, 19 Jan 2015 08:40:21 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t0J8eLKN046378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 19 Jan 2015 08:40:22 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t0J8eLtW046377; Mon, 19 Jan 2015 08:40:21 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201501190840.t0J8eLtW046377@mech-as221.men.bris.ac.uk> To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: old bug: mount_nfs path/name is limited to 88 chars Reply-To: mexas@bris.ac.uk X-Mailman-Approved-At: Mon, 19 Jan 2015 12:07:13 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 08:40:53 -0000 This bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167105 is a show stopper for me. The path/name length is beyond my control, so I cannot make it shorter. This discussion seems inconclusive: http://lists.freebsd.org/pipermail/freebsd-hackers/2012-April/038543.html Is there no easy solution to this PR? Or is there no interest in fixing the issue? Thanks Anton