]> 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>
Thu, 13 Sep 2012 01:01:24 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 20 Sep 2012 07:05:24 +0000 (17:05 +1000)
commitcfbe1482a333244d8f6ee1f2ce0b42d64026227a
tree4ce3809d1a2b15045c1498cc67733e57fb5c2a37
parent447957daf459083f73194591870b2e4c7e14d45c
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