]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fat: no need to reset EOF in ent_put for FAT32
authorNamjae Jeon <linkinjeon@gmail.com>
Fri, 28 Sep 2012 00:22:09 +0000 (10:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:57 +0000 (16:50 +1000)
commit2bd2b07935964e2a9e083e3da863315303dcd831
treebbfd43ddf516de990dbfef2986121de19e3f2c6e
parentd686efa0b7714926e0e29a832d325a39ca31bff0
fat: no need to reset EOF in ent_put for FAT32

#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 <linkinjeon@gmail.com>
Signed-off-by: Amit Sahrawat <amit.sahrawat83@gmail.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/fatent.c