]> 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>
Mon, 17 Sep 2012 10:46:17 +0000 (20:46 +1000)
commit00560dc119bd771182c14e66d2026aea9e23d0f4
tree741baa75cf7a804076f26e68b59f62da66a9df8d
parent4f1924ad3527c9623796c165b42f63850ca076aa
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