From owner-cvs-all Thu Aug 26 9:54:37 1999 Delivered-To: cvs-all@freebsd.org Received: from dingo.cdrom.com (castles519.castles.com [208.214.165.83]) by hub.freebsd.org (Postfix) with ESMTP id 3334714A2E; Thu, 26 Aug 1999 09:54:31 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id JAA02354; Thu, 26 Aug 1999 09:48:36 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199908261648.JAA02354@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/miscfs/devfs devfs_tree.c src/sys/miscfs/specfs spec_vnops.c src/sys/nfs nfs_subs.c src/sys/svr4 svr4_fcntl.c src/sys/sys conf.h lock.h vnode.h ... In-reply-to: Your message of "Thu, 26 Aug 1999 07:53:32 PDT." <199908261453.HAA58170@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Aug 1999 09:48:36 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Rename checkalias2() and checkalias() to addalias() and > addaliasu() - which takes dev_t and udev_t arg respectively. To be consistent with eg. vput(), vcount() these should be vaddalias* (and vn_* would be better again). There are a lot of macros and functions with totally opaque names currently in use (eg. btodb); if you're on a namechanging rampage it's always good to try to make them less so. 8) (Yes, I believe that this sort of feedback is more appropriate than a public review of patches like these.) -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msmith@freebsd.org \\ -- Joseph Merrick \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message