]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fat: no need to reset EOF in ent_put for FAT32
authorNamjae Jeon <linkinjeon@gmail.com>
Fri, 7 Sep 2012 00:25:02 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Sep 2012 06:18:22 +0000 (16:18 +1000)
commit6e941dc2f32432fdcda37d9ac071d5c7dbd824fe
tree452b08ca90073963db12ee903b890eea9063747b
parenteb68825f63aa6c46783b366c607d181fd45d6533
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