2009-06-18 03:23:26

by Valerie Aurora

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

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