commit | 3476f114addb7b96912840a234702f660a1f460b | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Aug 11 13:54:28 2011 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 05 10:42:42 2012 -0500 |
tree | 830f4aa3e7a280af8d3e02d7a67e25bdffa7ab37 | |
parent | 0b1c8fc43c1f9fcde2d18182988f05eeaaae509b [diff] |
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 <cmetcalf@tilera.com> Reviewed-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>