Re: [PATCH v3 3/3] fs: add support for SquashFS 4.0

2016-02-25 Thread Sascha Hauer
On Fri, Feb 19, 2016 at 03:49:15PM +0100, yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > The driver was imported from Linux 4.4. > > +++ b/fs/squashfs/Kconfig > @@ -0,0 +1,31 @@ > +menuconfig FS_SQUASHFS > + bool > + prompt "squashfs support" >

Re: [PATCH v3 3/3] fs: add support for SquashFS 4.0

2016-02-23 Thread Antony Pavlov
On Fri, 19 Feb 2016 15:49:15 +0100 yegorsli...@googlemail.com wrote: > From: Yegor Yefremov > > The driver was imported from Linux 4.4. > > Current implementation supports only XZ decompressor. > > Cc: Antony Pavlov > Signed-off-by: Yegor

[PATCH v3 3/3] fs: add support for SquashFS 4.0

2016-02-19 Thread yegorslists
From: Yegor Yefremov The driver was imported from Linux 4.4. Current implementation supports only XZ decompressor. Cc: Antony Pavlov Signed-off-by: Yegor Yefremov --- Changes: v3: - rework inode