Re: [PATCH] add romfs_get_size()

2005-09-08 Thread Yasushi SHOJI
Hi Greg, At Thu, 08 Sep 2005 17:07:42 +1000, Greg Ungerer wrote: > > Yasushi SHOJI wrote: > > At Wed, 7 Sep 2005 16:04:39 +0100, > > Christoph Hellwig wrote: > > > >>On Wed, Sep 07, 2005 at 11:31:36PM +0900, Yasushi SHOJI wrote: > >> > >>>&g

Re: [PATCH] add romfs_get_size()

2005-09-07 Thread Yasushi SHOJI
At Wed, 7 Sep 2005 16:04:39 +0100, Christoph Hellwig wrote: > > On Wed, Sep 07, 2005 at 11:31:36PM +0900, Yasushi SHOJI wrote: > > > On Wed, Sep 07, 2005 at 11:22:19PM +0900, Yasushi SHOJI wrote: > > > > Many embedded linux products have been using romfs and it's

Re: [PATCH] add romfs_get_size()

2005-09-07 Thread Yasushi SHOJI
At Wed, 7 Sep 2005 15:26:04 +0100, Christoph Hellwig wrote: > > On Wed, Sep 07, 2005 at 11:22:19PM +0900, Yasushi SHOJI wrote: > > Many embedded linux products have been using romfs and it's still > > growing. most, if not all, of them implement thier own way to c

[PATCH] add romfs_get_size()

2005-09-07 Thread Yasushi SHOJI
Many embedded linux products have been using romfs and it's still growing. most, if not all, of them implement thier own way to check its romfs size. this patch provides this commonly used function. Signed-off-by: Yasushi SHOJI <[EMAIL PROTECTED]> --- diff --git a/fs/romfs/inode.c