From owner-freebsd-arch@FreeBSD.ORG Mon Feb 20 10:09:02 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2296106566B; Mon, 20 Feb 2012 10:09:02 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5948FC14; Mon, 20 Feb 2012 10:09:01 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q1KA8ccm039540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Feb 2012 12:08:42 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q1KA8cRg054821; Mon, 20 Feb 2012 12:08:38 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q1KA8chi054820; Mon, 20 Feb 2012 12:08:38 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 20 Feb 2012 12:08:38 +0200 From: Konstantin Belousov To: Mikolaj Golub Message-ID: <20120220100837.GA3283@deviant.kiev.zoral.com.ua> References: <20120112215106.GC31224@deviant.kiev.zoral.com.ua> <86hazntwmu.fsf@kopusha.home.net> <20120123031238.GL31224@deviant.kiev.zoral.com.ua> <86zkcfu9ac.fsf@kopusha.home.net> <20120218215003.GM3283@deviant.kiev.zoral.com.ua> <86ehtrf8qf.fsf@kopusha.home.net> <20120219170151.GS3283@deviant.kiev.zoral.com.ua> <8662f1q3lo.fsf@in138.ua3> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ce/x92YNq88pcHEK" Content-Disposition: inline In-Reply-To: <8662f1q3lo.fsf@in138.ua3> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: "Robert N. M. Watson" , freebsd-arch@freebsd.org Subject: Re: unix domain sockets on nullfs(5) X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2012 10:09:02 -0000 --ce/x92YNq88pcHEK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 20, 2012 at 11:02:59AM +0200, Mikolaj Golub wrote: >=20 > On Sun, 19 Feb 2012 19:01:51 +0200 Konstantin Belousov wrote: >=20 > KB> On Sun, Feb 19, 2012 at 11:55:20AM +0200, Mikolaj Golub wrote: > >>=20 > >> Unfortunately, vnode_if.awk does not support underscores in VOP names= . It > >> failed with "Invalid %% construction" due to the restriction: $2 !~ /= ^[a-z]+$/. > >> So I reverted back to the old naming. > KB> Ok, might be it makes sense to try to add underscore to the set of > KB> allowed symbols. >=20 > It does not look difficult and the patch is trivial: >=20 > http://people.freebsd.org/~trociny/vnode_if.awk.patch >=20 > I built and booted the kernel with VOP_UNP_* using it. >=20 > I could commit if other people are ok with this and don't see issues. I cannot imagine a failure from this change. --ce/x92YNq88pcHEK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk9CG6UACgkQC3+MBN1Mb4h3uwCg8PodgFkal5XIGlq2UQu11kIn uGMAoNlKBATuEZWaedhdZB7YVynsl3ZX =gNmd -----END PGP SIGNATURE----- --ce/x92YNq88pcHEK--