summaryrefslogtreecommitdiff
path: root/bcache.c
AgeCommit message (Collapse)Author
2011-11-21Fix more warnings during 32bit compilationGwendal Grignou
"bcache.c:120: warning: integer constant is too large for 'long' type" "bcache.c:128: warning: integer constant is too large for 'long' type" Signed-off-by: Gwendal Grignou <gwendal@google.com>
2011-08-16Fix warning during 32bit tool chain compilationGwendal Grignou
"bcache.c:128: warning: integer constant is too large for 'long' type" Signed-off-by: Gwendal Grignou <gwendal@google.com>
2011-07-26Add checksum to superblockRicky Benitez
Add checksum to the superblock to prevent warning messages when registering devices.