@@ -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) {
@@ -357,9 +357,6 @@ struct lnet_md {
/** See struct lnet_md::options. */
#define LNET_MD_NO_TRACK_RESPONSE (1 << 11)
-/* For compatibility with Cray Portals */
-#define LNET_MD_PHYS 0
-
/** Infinite threshold on MD operations. See lnet_md::threshold */
#define LNET_MD_THRESH_INF (-1)