From: Anton Altaparmakov Date: Thu, 18 Nov 2004 20:34:59 +0000 (+0000) Subject: NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached X-Git-Tag: v2.6.13-rc4~89^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218357ff1b1b2f1bfdce89d608dbe33dd2f9f14b;p=pandora-kernel.git NTFS: - Use i_size_read() in fs/ntfs/super.c once and then use the cached value afterwards. Cache the initialized_size in the same way and protect access to the two sizes using the size_lock. - Minor optimization to fs/ntfs/super.c::ntfs_statfs() and its helpers. Signed-off-by: Anton Altaparmakov --- Reading git-diff-tree failed