Re: [RFC][PATCH 12/14] ext2 whiteout support

2007-05-16 Thread Jan Engelhardt
On May 14 2007 15:14, Bharata B Rao wrote: > >--- a/fs/ext2/dir.c >+++ b/fs/ext2/dir.c >@@ -218,6 +218,7 @@ static unsigned char ext2_filetype_table > [EXT2_FT_FIFO] = DT_FIFO, > [EXT2_FT_SOCK] = DT_SOCK, > [EXT2_FT_SYMLINK] = DT_LNK, >+

Re: [RFC][PATCH 12/14] ext2 whiteout support

2007-05-16 Thread Jan Engelhardt
On May 14 2007 15:14, Bharata B Rao wrote: --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c @@ -218,6 +218,7 @@ static unsigned char ext2_filetype_table [EXT2_FT_FIFO] = DT_FIFO, [EXT2_FT_SOCK] = DT_SOCK, [EXT2_FT_SYMLINK] = DT_LNK, + [EXT2_FT_WHT]

[RFC][PATCH 12/14] ext2 whiteout support

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

[RFC][PATCH 12/14] ext2 whiteout support

2007-05-14 Thread Bharata B Rao
From: Jan Blunck [EMAIL PROTECTED] Subject: ext2 whiteout support Introduce whiteout support to ext2. Signed-off-by: Jan Blunck [EMAIL PROTECTED] Signed-off-by: Bharata B Rao [EMAIL PROTECTED] --- fs/ext2/dir.c |2 ++ fs/ext2/namei.c | 17 +