Re: [PATCH 10/10] AXFS: axfs_uncompress.c

2008-08-21 Thread Sven Wegener
On Thu, 21 Aug 2008, Jared Hulbert wrote: > > Use DEFINE_MUTEX and drop the mutex_init() down in the init function. > > okay. by drop you mean delete? Yes. > > axfs_uncompress_init() and axfs_uncompress_exit() are only called during > > init and exit of the module, no need for the initialized

Re: [PATCH 06/10] AXFS: axfs_super.c

2008-08-21 Thread Sven Wegener
On Thu, 21 Aug 2008, Sven Wegener wrote: > On Wed, 20 Aug 2008, Jared Hulbert wrote: > > > The many different devices AXFS can mount to and the various > > dual device mounting schemes are supported here. > > > > Signed-off-by: Jared Hulbert <[EMAIL PROTECTED

Re: [PATCH 06/10] AXFS: axfs_super.c

2008-08-21 Thread Sven Wegener
On Wed, 20 Aug 2008, Jared Hulbert wrote: > The many different devices AXFS can mount to and the various > dual device mounting schemes are supported here. > > Signed-off-by: Jared Hulbert <[EMAIL PROTECTED]> > --- > +static int __init init_axfs_fs(void) > +{ > + axfs_uncompress_init(); one

Re: [PATCH 06/10] AXFS: axfs_super.c

2008-08-21 Thread Sven Wegener
On Wed, 20 Aug 2008, Jared Hulbert wrote: > The many different devices AXFS can mount to and the various > dual device mounting schemes are supported here. > > Signed-off-by: Jared Hulbert <[EMAIL PROTECTED]> > --- > diff --git a/fs/axfs/axfs_super.c b/fs/axfs/axfs_super.c > new file mode 100644

Re: [PATCH 10/10] AXFS: axfs_uncompress.c

2008-08-21 Thread Sven Wegener
On Wed, 20 Aug 2008, Jared Hulbert wrote: > Handles the decompression for axfs, modeled after fs/cramfs/uncompress.c. > > Signed-off-by: Jared Hulbert <[EMAIL PROTECTED]> > --- > diff --git a/fs/axfs/axfs_uncompress.c b/fs/axfs/axfs_uncompress.c > new file mode 100644 > index 000..b7a2060 > -