[PATCH 8/8] fs: Add ubifs support

Sascha Hauer s.hauer at pengutronix.de
Tue Aug 6 15:50:10 EDT 2013


Hi Alex,

On Tue, Aug 06, 2013 at 08:16:16PM +0200, Alexander Aring wrote:
> Hi Sascha,
> 
> I take only a fast first look, it's a nice pretty huge patch :-)
> 

Yes, it's huge. Unfortunately not only in source code size, but also in
binary size...

> >  obj-$(CONFIG_FS_NFS)	+= nfs.o
> > diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig
> > new file mode 100644
> > index 0000000..76612fd
> > --- /dev/null
> > +++ b/fs/ubifs/Kconfig
> > @@ -0,0 +1,17 @@
> > +menuconfig FS_UBIFS
> > +	bool
> 
> select UBI here?
> We use sometimes the ubi_read function.

Yes, right. I'll add a depends on CONFIG_MTD_UBI instead. selecting it
is not good since UBI needs mtd which would introduce indirect
dependencies.

> > +	bool
> > +	select LZO_DECOMPRESS
> > +	prompt "LZO compression support"
> > +
> > +config FS_UBIFS_COMPRESSION_ZLIB
> > +	bool
> > +	select ZLIB
> > +	prompt "ZLIB compression support"
> > +
> > +endif
> 
> Is this for a full compressed ubi volume? I know that in ubifs exists
> some extended attributes to enable compression for a special file. How
> barebox deal with that? I think barebox hasn't a support for xattr yet. :(

The compression in UBIFS comes from UBIFS, not from UBI. See mkfs.ubifs -h,
you can specify different compression types.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list