From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Van Hensbergen" Subject: Re: [V9fs-developer] [PATCH 1/4] v9fs: rename non-vfs related structs and functions to be moved to net/9p Date: Tue, 8 May 2007 17:07:05 -0500 Message-ID: References: <20070508141012.7fdf4c24.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Latchesar Ionkov" , linux-fsdevel@vger.kernel.org, "V9FS Developers" , "Linux Kernel" , netdev@vger.kernel.org To: "Andrew Morton" Return-path: In-Reply-To: <20070508141012.7fdf4c24.akpm@linux-foundation.org> Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 5/8/07, Andrew Morton wrote: > On Tue, 8 May 2007 14:51:02 -0600 > "Latchesar Ionkov" wrote: > > > This patchset moves non-filesystem interfaces of v9fs from fs/9p to net/9p. > > It moves the transport, packet marshalling and connection layers to net/9p > > leaving only the VFS related files in fs/9p. > > (Please cc netdev@vger.kernel.org on net-related work) > > These changes would be best handled via Eric's git tree, with appropriate > acks from the net maintainers. > Ack. I was waiting to see if Lucho hit any major brick walls with the community before pulling them in. -eric