Re: [PATCH] Userland for VFS based Union Mount (V3)

From: Valerie Aurora
Date: Wed Jun 17 2009 - 23:23:31 EST


On Thu, May 21, 2009 at 09:53:15AM -0400, Andreas Dilger wrote:
> On May 18, 2009 16:40 -0400, Valerie Aurora wrote:
> > @@ -705,8 +707,9 @@ struct ext2_dir_entry_2 {
> > #define EXT2_FT_FIFO 5
> > #define EXT2_FT_SOCK 6
> > #define EXT2_FT_SYMLINK 7
> > +#define EXT2_FT_WHT 8
> >
> > -#define EXT2_FT_MAX 8
> > +#define EXT2_FT_MAX 9
>
> What about the EXT2_FT_FALLTHROUGH used in the union mount patches?

We're UNIX engineers, we don't include unnecessary letters. :)

Thanks, I added EXT2_FT_FALLTHRU and made it possible to specify "-O
whiteout" in my latest patchset.

-VAL
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/