From: Chris Metcalf Date: Thu, 11 Aug 2011 20:54:28 +0000 (-0700) Subject: nfs: fix a minor do_div portability issue X-Git-Tag: v3.3-rc1~116^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3476f114addb7b96912840a234702f660a1f460b;p=pandora-kernel.git nfs: fix a minor do_div portability issue This change modifies filelayout_get_dense_offset() to use the functions in math64.h and thus avoid a 32-bit platform compile error trying to use do_div() on an s64 type. Signed-off-by: Chris Metcalf Reviewed-by: Boaz Harrosh Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed