Whamcloud - gitweb
Remove yet another extraneous BUG()
[fs/lustre-release.git] / 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); 
 }