From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [RFC PATCH v1 40/40] fs: dafs: Add DAFS filesystem for metag Date: Fri, 2 Nov 2012 09:33:45 +0000 Message-ID: <50939379.9070106@imgtec.com> References: <1351700061-7203-1-git-send-email-james.hogan@imgtec.com> <1351700061-7203-41-git-send-email-james.hogan@imgtec.com> <4FA345DA4F4AE44899BD2B03EEEC2FA9092A0083@SACEXCMBX04-PRD.hq.netapp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FA345DA4F4AE44899BD2B03EEEC2FA9092A0083@SACEXCMBX04-PRD.hq.netapp.com> Sender: linux-fsdevel-owner@vger.kernel.org To: "Myklebust, Trond" Cc: "linux-arch@vger.kernel.org" , Alexander Viro , "linux-fsdevel@vger.kernel.org" List-Id: linux-arch.vger.kernel.org On 31/10/12 19:55, Myklebust, Trond wrote: > On Wed, 2012-10-31 at 16:14 +0000, James Hogan wrote: >> Add the Metag Debug Adapter File System (DAFS), which uses Meta SWITCH >> operations to communicate with a file server on a host computer via a >> JTAG debug adapter. >> >> Signed-off-by: James Hogan >> Cc: Alexander Viro >> Cc: linux-fsdevel@vger.kernel.org > > You might want to note that DAFS as a name for a remote filesystem is > already taken: > > http://en.wikipedia.org/wiki/Direct_Access_File_System Hi, Unless there are objections we'll probably rename it to imgdafs in the next version to disambiguate with Direct Access File System. Thanks James