]> 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>
Thu, 4 Oct 2012 05:04:00 +0000 (15:04 +1000)
commite7c0f65b22430ef1861875299a13f3359ca232d3
tree0bdb7e3cb3d7aacc74a8653a3fc5552638721684
parente1ec2c67c2d602d54cfc69f983704b41d495636d
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