From owner-freebsd-fs@FreeBSD.ORG Wed Nov 12 22:31:48 2014 Return-Path: Delivered-To: fs@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 76CE0AB0; Wed, 12 Nov 2014 22:31:48 +0000 (UTC) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mailhost.stack.nl", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD462FB; Wed, 12 Nov 2014 22:31:48 +0000 (UTC) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id 2A8F33592DE; Wed, 12 Nov 2014 23:31:45 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id 18C8F28494; Wed, 12 Nov 2014 23:31:45 +0100 (CET) Date: Wed, 12 Nov 2014 23:31:45 +0100 From: Jilles Tjoelker To: Jonathan Anderson Subject: Re: Removal of kern_xxx() no-at variants. Message-ID: <20141112223144.GA90037@stack.nl> References: <20141112132451.GM17068@kib.kiev.ua> <201411121014.04482.jhb@freebsd.org> <5463C39C.2010204@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5463C39C.2010204@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Benjamin Kaduk , freebsd-arch@freebsd.org, fs@freebsd.org, arch@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 22:31:48 -0000 On Wed, Nov 12, 2014 at 05:01:24PM -0330, Jonathan Anderson wrote: > A thought: > If we're only going to have one of {kern_open,kern_openat}, might it > make sense to keep the shorter name rather than the longer one? > kern_openat as a name seems meaningful to me only if we're trying to > disambiguate it from an also-existent-but-different-meaning kern_open. The name kern_openat makes sense in that the functionality is like the openat() system call. -- Jilles Tjoelker