git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1c8fc
)
nfs: fix a minor do_div portability issue
author
Chris Metcalf
<cmetcalf@tilera.com>
Thu, 11 Aug 2011 20:54:28 +0000
(13:54 -0700)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 5 Jan 2012 15:42:42 +0000
(10:42 -0500)
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>
No differences found