From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Randy.Dunlap" Subject: Re: [take12 0/3] kevent: Generic event handling mechanism. Date: Tue, 22 Aug 2006 14:37:47 -0700 Message-ID: <20060822143747.68acaf99.rdunlap@xenotime.net> References: <11561555871530@2ka.mipt.ru> <1156230051.8055.27.camel@entropy> <20060822072448.GA5126@2ka.mipt.ru> <1156234672.8055.51.camel@entropy> <20060822083711.GA26183@2ka.mipt.ru> <1156238988.8055.78.camel@entropy> <20060822100316.GA31820@2ka.mipt.ru> <1156276658.2476.21.camel@entropy> <20060822201646.GC3476@2ka.mipt.ru> <1156281182.2476.63.camel@entropy> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Evgeniy Polyakov , lkml , David Miller , Ulrich Drepper , Andrew Morton , netdev , Zach Brown , Christoph Hellwig Return-path: To: Nicholas Miell In-Reply-To: <1156281182.2476.63.camel@entropy> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, 22 Aug 2006 14:13:02 -0700 Nicholas Miell wrote: > On Wed, 2006-08-23 at 00:16 +0400, Evgeniy Polyakov wrote: > > On Tue, Aug 22, 2006 at 12:57:38PM -0700, Nicholas Miell (nmiell@comcast.net) wrote: > > > On Tue, 2006-08-22 at 14:03 +0400, Evgeniy Polyakov wrote: > > > Of course, since you already know how all this stuff is supposed to > > > work, you could maybe write it down somewhere? > > > > I will write documantation, but as you can see some interfaces are > > changed. > > Thanks; rapidly changing interfaces need good documentation even more > than stable interfaces simply because reverse engineering the intended > API from a changing implementation becomes even more difficult. OK, I don't quite get it. Can you be precise about what you would like? a. good documentation b. a POSIX API c. a Windows-compatible API d. other? and we won't make you use any of this code. --- ~Randy