commit | 4d61db4f87b527734ac0cc830dda8fcc4e2add2f | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu Dec 18 14:06:51 2008 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Dec 23 12:23:40 2008 +0200 |
tree | 881cb7614a928ba004f588a82c064592f461fee3 | |
parent | af14a1ad792621942a03e4bd0e5f17b6e177e2e0 [diff] [blame] |
UBIFS: use nicer 64-bit math Instead of using do_div(), use better primitives from linux/math64.h. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index 6ecb01a..a2be115 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c
@@ -33,6 +33,7 @@ #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/debugfs.h> +#include <linux/math64.h> #ifdef CONFIG_UBIFS_FS_DEBUG