From: Jan Kara Date: Wed, 19 Dec 2007 14:24:09 +0000 (+0100) Subject: ocfs2: Safer read_inline_data() X-Git-Tag: v2.6.25-rc1~1232^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2849fb294d92d6eee0a811c688f1ecb39d26800;p=pandora-kernel.git ocfs2: Safer read_inline_data() In ocfs2_read_inline_data() we should store file size in loff_t. Although the file size should fit in 32 bits we cannot be sure in case filesystem is corrupted. Signed-off-by: Jan Kara Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed