X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2Fpers.c;h=1009fd559cf90fdcb2811c5628a529463e71082a;hb=5c89fa57cb2dfff667ddd75eaeb13f942f5b155d;hp=14e11a612ab50caa480e355d62c6c18d842e6a15;hpb=e1ac9e74844dc75d77ef740b3a44fad2efde30c5;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/pers.c b/lustre/ptlrpc/pers.c index 14e11a6..1009fd5 100644 --- a/lustre/ptlrpc/pers.c +++ b/lustre/ptlrpc/pers.c @@ -50,7 +50,6 @@ void ptlrpc_fill_bulk_md(struct lnet_md *md, struct ptlrpc_bulk_desc *desc, LASSERT(mdidx < desc->bd_md_max_brw); LASSERT(desc->bd_iov_count <= PTLRPC_MAX_BRW_PAGES); - LASSERT(!(md->options & (LNET_MD_KIOV | LNET_MD_PHYS))); /* just send a lnet header */ if (mdidx >= desc->bd_md_count) {