commit | 84f4141ee3ea11035f741d4298cb6bbad1850fcf | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <dave.kleikamp@oracle.com> | Tue Sep 18 11:27:22 2012 -0500 |
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | Tue Sep 18 11:27:22 2012 -0500 |
tree | 71a3cef2ad939325000c3a0c0769cafe6d32471a | |
parent | 550d6da288df57f154ca27c4acb1c398ced42ea9 [diff] |
jfs: Fix do_div precision in commit b40c2e66 In a hasty fix to replace a 64-bit division with do_div, I unintentionally assigned the divisor to a 32-bit variable. Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com> Cc: Tino Reichardt <milky-kernel@mcmilk.de>