From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Hogan Subject: Re: [PATCH v7] fs: imgdafs: Add IMG DAFS filesystem for metag Date: Wed, 17 Apr 2013 11:17:09 +0100 Message-ID: <516E76A5.4090805@imgtec.com> References: <1364382479-15814-1-git-send-email-james.hogan@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: James Hogan , , To: Alexander Viro Return-path: In-Reply-To: <1364382479-15814-1-git-send-email-james.hogan@imgtec.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi Al, On 27/03/13 11:07, James Hogan wrote: > Add the IMG Debug Adapter File System (DAFS) for metag, which uses > 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 > --- > v7: > * use explicit sized types in da_stat and da_finddata (Al Viro) > * move IMGDAFS_SUPER_MAGIC to (Al Viro) > * use fmode_t instead of int in a couple of places (Al Viro) > * removed "will unlock" comment (Al Viro) > * use kmalloc and init hi->mode explicitly (Al Viro) > * kmalloc instead of using dynamic array for path (Al Viro) > * use file_inode() helper in dafs_readdir (Al Viro) Does this latest version look okay for v3.10? Cheers James