lkml.org 
[lkml]   [2003]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] BEFS 64bit fixup
Date
diff -urpN --exclude-from=/home/davej/.exclude bk-linus/fs/befs/btree.c linux-2.5/fs/befs/btree.c
--- bk-linus/fs/befs/btree.c 2003-04-10 06:01:26.000000000 +0100
+++ linux-2.5/fs/befs/btree.c 2003-07-13 16:55:50.000000000 +0100
@@ -86,7 +86,7 @@ typedef struct {
} befs_btree_node;

/* local constants */
-static const befs_off_t befs_bt_inval = 0xffffffffffffffff;
+static const befs_off_t befs_bt_inval = 0xffffffffffffffffULL;

/* local functions */
static int befs_btree_seekleaf(struct super_block *sb, befs_data_stream * ds,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.523 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site