Whamcloud - gitweb
Remove yet another extraneous BUG()
authorbraam <braam>
Sat, 23 Mar 2002 00:15:23 +0000 (00:15 +0000)
committerbraam <braam>
Sat, 23 Mar 2002 00:15:23 +0000 (00:15 +0000)
lustre/lib/obd_pack.c

index 09c24c2..eeff19f 100644 (file)
@@ -263,8 +263,5 @@ void ost_unpack_niobuf(void **tmp, struct niobuf **nbp)
         nb->len = NTOH__u32(nb->len); 
         nb->flags = NTOH__u32(nb->flags); 
 
-        if ((nb->offset >> 32) != 0)
-                BUG();
-
         *tmp = c + sizeof(*nb); 
 }