Re: [PATCH 2/2] fat : no need to reset EOF in ent_put for FAT32

2012-08-26 Thread Namjae Jeon
2012/8/26, OGAWA Hirofumi : > Namjae Jeon writes: > >> #define FAT_ENT_EOF(EOF_FAT32) >> >> there is no need to reset value of 'new' for FAT32 as the values is >> already correct >> >> Signed-off-by: Namjae Jeon >> Signed-off-by: Amit Sahrawat >> --- >> fs/fat/fatent.c |2 -- >> 1 file chan

Re: [PATCH 2/2] fat : no need to reset EOF in ent_put for FAT32

2012-08-26 Thread OGAWA Hirofumi
Namjae Jeon writes: > #define FAT_ENT_EOF(EOF_FAT32) > > there is no need to reset value of 'new' for FAT32 as the values is > already correct > > Signed-off-by: Namjae Jeon > Signed-off-by: Amit Sahrawat > --- > fs/fat/fatent.c |2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/f

[PATCH 2/2] fat : no need to reset EOF in ent_put for FAT32

2012-08-25 Thread Namjae Jeon
#define FAT_ENT_EOF(EOF_FAT32) there is no need to reset value of 'new' for FAT32 as the values is already correct Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat --- fs/fat/fatent.c |2 -- 1 file changed, 2 deletions(-) diff --git a/fs/fat/fatent.c b/fs/fat/fatent.c index 31f08ab