commit | 7cf75962acd27ed0f819df791486e7b803c7109c | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Feb 26 10:55:01 2007 -0500 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Mon Feb 26 10:55:01 2007 -0500 |
tree | c8e85b451c563355906d80561679492acfd482f1 | |
parent | c673024aba596e57c07196cb3400cdcc9d28f3aa [diff] [blame] |
Btrfs: u64 cleanups Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/kerncompat.h b/fs/btrfs/kerncompat.h index 347ca06..f5efc5f 100644 --- a/fs/btrfs/kerncompat.h +++ b/fs/btrfs/kerncompat.h
@@ -15,7 +15,7 @@ #define BUG() abort() typedef unsigned int u32; -typedef unsigned long u64; +typedef unsigned long long u64; typedef unsigned char u8; typedef unsigned short u16;