Commit 0b83db13 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] BEFS 64bit fixup

parent 525f8c64
...@@ -86,7 +86,7 @@ typedef struct { ...@@ -86,7 +86,7 @@ typedef struct {
} befs_btree_node; } befs_btree_node;
/* local constants */ /* local constants */
static const befs_off_t befs_bt_inval = 0xffffffffffffffff; static const befs_off_t befs_bt_inval = 0xffffffffffffffffULL;
/* local functions */ /* local functions */
static int befs_btree_seekleaf(struct super_block *sb, befs_data_stream * ds, static int befs_btree_seekleaf(struct super_block *sb, befs_data_stream * ds,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment