From: Dan Carpenter Date: Thu, 26 May 2011 23:25:12 +0000 (-0700) Subject: ufs: fix truncated values handling 64 bit metadata X-Git-Tag: v3.0-rc1~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5827235de48e829d5d4a03c3688ef6f2b15562;p=pandora-kernel.git ufs: fix truncated values handling 64 bit metadata Originally i_lastfrag was 32 bits but then we added support for handling 64 bit metadata and it became a 64 bit variable. That was during 2007, in 54fb996ac15c "[PATCH] ufs2 write: block allocation update". Unfortunately these casts got left behind so the value got truncated to 32 bit again. [akpm@linux-foundation.org: remove now-unneeded min_t/max_t casting] Signed-off-by: Dan Carpenter Cc: Evgeniy Dushistov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed