From mboxrd@z Thu Jan 1 00:00:00 1970 From: a.othieno@bluewin.ch (Arthur Othieno) Subject: Re: [PATCH 1/2] VFS: update overview document Date: Fri, 28 Oct 2005 16:07:52 -0400 Message-ID: <20051028200752.GB25468@krypton> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@osdl.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: To: Pekka Enberg Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Oct 28, 2005 at 06:48:02PM +0300, Pekka Enberg wrote: > > (Andrew, sorry for the duplicate. The first batch was not sent to the > list.) > > This patch updates the Documentation/filesystems/vfs.txt document. I > rearranged and rewrote parts of the introduction chapter and added > better headings for each section. I also added a description for the > inode rename() operation which was missing and added links to some > useful external VFS documentation. How about splitting the API stuff into include/linux/fs.h as kerneldoc? That way, it gets updated as well when the interface changes, and keeps Documetation/DocBook/kernel-api.tmpl looking shiny new.. Arthur