Re: [PATCH V2 00/16] Squashfs: compressed read-only filesystem

2008-10-29 Thread Matt Mackall
On Wed, 2008-10-29 at 01:49 +, Phillip Lougher wrote: > Hi, > > This a respin of the Squashfs patches incorporating the review comments > received. Thanks to everyone who have sent comments. I read over the v3 source a few weeks ago and must say this looks greatly improved. -- Mathematics

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

2008-10-29 Thread Geert Uytterhoeven
On Wed, 20 Aug 2008, Jared Hulbert wrote: > --- /dev/null > +++ b/fs/axfs/axfs_super.c > +static int axfs_fill_region_data(struct super_block *sb, > + struct axfs_region_desc *region, int force) > +{ > + struct axfs_super *sbi = AXFS_SB(sb); > + unsigned long a

Re: [PATCH] phylib: add mdio-gpio bus driver (v3)

2008-10-29 Thread Grant Likely
On Wed, Oct 29, 2008 at 2:44 AM, Paulius Zaleckas <[EMAIL PROTECTED]> wrote: > Grant Likely wrote: >> On Tue, Oct 28, 2008 at 5:31 AM, Paulius Zaleckas >> <[EMAIL PROTECTED]> wrote: >>> Mike Frysinger wrote: On Tue, Oct 28, 2008 at 06:35, Paulius Zaleckas wrote: > +config MDIO_GPIO > +

Re: [PATCH V2 10/16] Squashfs: cache operations

2008-10-29 Thread Jörn Engel
On Wed, 29 October 2008 01:49:56 +, Phillip Lougher wrote: > +/* > + * Blocks in Squashfs are compressed. To avoid repeatedly decompressing > + * recently accessed data Squashfs uses two small metadata and fragment > caches. > + * > + * This file implements a generic cache implementation used

Re: [PATCH] phylib: add mdio-gpio bus driver (v3)

2008-10-29 Thread Paulius Zaleckas
Grant Likely wrote: > On Tue, Oct 28, 2008 at 5:31 AM, Paulius Zaleckas > <[EMAIL PROTECTED]> wrote: >> Mike Frysinger wrote: >>> On Tue, Oct 28, 2008 at 06:35, Paulius Zaleckas wrote: +config MDIO_GPIO + tristate "Support for GPIO bitbanged MDIO buses" config MDIO_OF_GPIO >>>