From: Anton Altaparmakov Date: Tue, 4 Oct 2005 12:08:53 +0000 (+0100) Subject: NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variable X-Git-Tag: v2.6.14-rc4~56^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c394e458b69632902d65f9e2f39df79314f72908;p=pandora-kernel.git NTFS: Fix a 64-bitness bug where a left-shift could overflow a 32-bit variable which we now cast to 64-bit first (fs/ntfs/mft.c::map_mft_record_page(). Signed-off-by: Anton Altaparmakov --- Reading git-diff-tree failed