]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fat: add i_disksize to represent uninitialized size
authorNamjae Jeon <namjae.jeon@samsung.com>
Thu, 22 May 2014 00:54:40 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 4 Jun 2014 07:51:16 +0000 (17:51 +1000)
commit457451e6f1941bec35127f5930b5c154a93145a6
tree14c0e35c3eca750329a1d23fc688336c96735fa4
parent13e9bc05592df846a8c22c02ef5ac9653fdbf74b
fat: add i_disksize to represent uninitialized size

Add i_disksize to represent uninitialized allocated size.
And mmu_private represent initialized allocated size.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/cache.c
fs/fat/fat.h
fs/fat/file.c
fs/fat/inode.c