Can't reattach gbde slice [testing]

Poul-Henning Kamp phk at phk.freebsd.dk
Wed Sep 8 10:03:52 PDT 2004


Here is one bugfix, but I'm not 100% sure it is what bites
you, but please test anyway.

Poul-Henning

Index: gbde.c
===================================================================
RCS file: /home/ncvs/src/sbin/gbde/gbde.c,v
retrieving revision 1.24
diff -u -r1.24 gbde.c
--- gbde.c	6 Sep 2004 13:42:09 -0000	1.24
+++ gbde.c	8 Sep 2004 13:20:30 -0000
@@ -476,7 +476,7 @@
 static int
 sorthelp(const void *a, const void *b)
 {
-	const off_t *oa, *ob;
+	const uint64_t *oa, *ob;
 
 	oa = a;
 	ob = b;
-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-geom mailing list