From 4800798d29a2d9f9c1c770693c6486bf6da0fb58 Mon Sep 17 00:00:00 2001 From: braam Date: Sat, 23 Mar 2002 00:15:23 +0000 Subject: [PATCH] Remove yet another extraneous BUG() --- lustre/lib/obd_pack.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/lib/obd_pack.c b/lustre/lib/obd_pack.c index 09c24c2..eeff19f 100644 --- a/lustre/lib/obd_pack.c +++ b/lustre/lib/obd_pack.c @@ -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); } -- 1.8.3.1