Re: [RFC][PATCH 13/14] ext3 whiteout support

2007-05-15 Thread Theodore Tso
On Mon, May 14, 2007 at 10:35:47PM +0200, Jan Blunck wrote: > > I don't know. I tried to contact him a few weeks ago but failed. > Guess, maybe he isn't reading the @thunk.org email anymore which was > reference in the e2fsprogs source I used. I do pay more attention to mail sent to the @mit.edu

Re: [RFC][PATCH 13/14] ext3 whiteout support

2007-05-15 Thread Jan Blunck
On 5/15/07, Bharata B Rao <[EMAIL PROTECTED]> wrote: On Mon, May 14, 2007 at 01:16:57PM -0700, Badari Pulavarty wrote: > On Mon, 2007-05-14 at 15:14 +0530, Bharata B Rao wrote: > > From: Bharata B Rao <[EMAIL PROTECTED]> > > > > +static int ext3_whiteout(struct inode *dir, struct dentry *dentry)

Re: [RFC][PATCH 13/14] ext3 whiteout support

2007-05-14 Thread Bharata B Rao
On Mon, May 14, 2007 at 01:16:57PM -0700, Badari Pulavarty wrote: > On Mon, 2007-05-14 at 15:14 +0530, Bharata B Rao wrote: > > From: Bharata B Rao <[EMAIL PROTECTED]> > > Subject: ext3 whiteout support > > > > Introduce whiteout support for ext3. > > > > Signed-off-by: Bharata B Rao <[EMAIL PROT

Re: [RFC][PATCH 13/14] ext3 whiteout support

2007-05-14 Thread Jan Blunck
On 5/14/07, Andreas Dilger <[EMAIL PROTECTED]> wrote: On May 14, 2007 15:14 +0530, Bharata B Rao wrote: > #define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV0x0008 /* Journal device */ > #define EXT3_FEATURE_INCOMPAT_META_BG0x0010 > +#define EXT3_FEATURE_INCOMPAT_WHITEOUT

Re: [RFC][PATCH 13/14] ext3 whiteout support

2007-05-14 Thread Andreas Dilger
On May 14, 2007 15:14 +0530, Bharata B Rao wrote: > #define EXT3_FEATURE_INCOMPAT_JOURNAL_DEV0x0008 /* Journal device */ > #define EXT3_FEATURE_INCOMPAT_META_BG0x0010 > +#define EXT3_FEATURE_INCOMPAT_WHITEOUT 0x0020 Is this flag reserved with Ted? It isn't lis

Re: [RFC][PATCH 13/14] ext3 whiteout support

2007-05-14 Thread Badari Pulavarty
On Mon, 2007-05-14 at 15:14 +0530, Bharata B Rao wrote: > From: Bharata B Rao <[EMAIL PROTECTED]> > Subject: ext3 whiteout support > > Introduce whiteout support for ext3. > > Signed-off-by: Bharata B Rao <[EMAIL PROTECTED]> > Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> > --- > fs/ext3/dir.c

[RFC][PATCH 13/14] ext3 whiteout support

2007-05-14 Thread Bharata B Rao
From: Bharata B Rao <[EMAIL PROTECTED]> Subject: ext3 whiteout support Introduce whiteout support for ext3. Signed-off-by: Bharata B Rao <[EMAIL PROTECTED]> Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> --- fs/ext3/dir.c |2 - fs/ext3/namei.c | 62