Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 1998 10:27:04 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        Stephen McKay <syssgm@dtir.qld.gov.au>
Cc:        freebsd-current@FreeBSD.ORG, "John S. Dyson" <dyson@iquest.net>
Subject:   Re: Serious bug in vm_page.h in current 
Message-ID:  <Pine.BSF.4.01.9808261023400.17263-100000@herring.nlsystems.com>
In-Reply-To: <199808260909.TAA11802@nymph.dtir.qld.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Aug 1998, Stephen McKay wrote:

> On Wednesday, 26th August 1998, Doug Rabson wrote:
> 
> >How about this:
> >
> >Index: vm_page.h
> >===================================================================
> 
> >+static __inline void
> >+vm_page_busy(vm_page_t m)
> >+{
> >+	vm_page_busy(m);
> > }
> 
> An "oops"?  Otherwise looking good.

Dodgy global replace :-)

> 
> But to be picky, I prefer vm_page_flag_clear() and vm_page_flag_set() to
> vm_page_clear_flag() and vm_page_set_flag().  Similarly, I think that
> vm_page_io_start() and vm_page_io_finish() would be better than
> vm_page_start_io() and vm_page_finish_io().  I hope you can see my
> reasoning.
> 
> But, I'm not going to arm wrestle you for it if you don't like it.

I normally use class,verb,noun construction in writing apis for no good
reason.  The api in vm_object uses class,noun,verb mostly (apart from my
flag changes...)

It would probably make the thing more self-consistent to change the names.
What do you think John?

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 951 1891
					Fax:   +44 181 381 1039


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9808261023400.17263-100000>