From: Frank Filz Date: Thu, 2 Dec 2010 19:31:23 +0000 (+0000) Subject: (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or... X-Git-Tag: v2.6.38~6^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa0b4e201d254b52a251fa348bd53e53000cff6;p=pandora-kernel.git (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid The problem was use of an int32, which when converted to a uint64 is sign extended resulting in a fileid that doesn't fit in 32 bits even though the intent of the function is to fit the fileid into 32 bits. Signed-off-by: Frank Filz Reviewed-by: Jeff Layton [Trond: Added an include for compat.h] Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed