From: Anton Altaparmakov Date: Thu, 24 Nov 2005 13:41:33 +0000 (+0000) Subject: NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a X-Git-Tag: v2.6.16-rc5~22^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6af7fa787f21f8873a050568ed892312899eb5;p=pandora-kernel.git NTFS: Fix a potential overflow by casting (index + 1) to s64 before doing a left shift using PAGE_CACHE_SHIFT in fs/ntfs/file.c. Thanks to Andrew Morton pointing this out to. Signed-off-by: Anton Altaparmakov --- Reading git-diff-tree failed