From 536702b743d903ee39f1a95b7405f56c3a8a10aa Mon Sep 17 00:00:00 2001 From: pschwan Date: Fri, 22 Mar 2002 23:12:12 +0000 Subject: [PATCH] Remove silly BUG() that catches "erroneous" writes above 4G. --- 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 9daf8cc..09c24c2 100644 --- a/lustre/lib/obd_pack.c +++ b/lustre/lib/obd_pack.c @@ -243,9 +243,6 @@ void ost_pack_niobuf(void **tmp, void *addr, __u64 offset, __u32 len, struct niobuf *ioo = *tmp; char *c = *tmp; - if ((offset >> 32) != 0) - BUG(); - ioo->addr = HTON__u64((__u64)(unsigned long)addr); ioo->offset = HTON__u64(offset); ioo->len = HTON__u32(len); -- 1.8.3.1