staging: lustre: lnet: remove unused lnet_md_iovec_t
authorJames Simmons <[email protected]>
Mon, 27 Feb 2017 00:41:58 +0000 (19:41 -0500)
committerGreg Kroah-Hartman <[email protected]>
Mon, 6 Mar 2017 08:17:05 +0000 (09:17 +0100)
The typedef lnet_md_iovec_t is never used so kill it
off.

Signed-off-by: James Simmons <[email protected]>
Reviewed-on: https://review.whamcloud.com/20831
Reviewed-by: Olaf Weber <[email protected]>
Reviewed-by: Doug Oucharek <[email protected]>
Reviewed-by: Dmitry Eremin <[email protected]>
Reviewed-by: Oleg Drokin <[email protected]>
Signed-off-by: James Simmons <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/lustre/include/linux/lnet/types.h

index 7d394965d279665a3b7d9d7075c55a275eb2b56c..44cee82bf53b0eddbc38d76e2f47ffe9f699a15c 100644 (file)
@@ -510,9 +510,6 @@ struct lnet_md {
 /** Infinite threshold on MD operations. See lnet_md::threshold */
 #define LNET_MD_THRESH_INF     (-1)
 
-/* NB lustre portals uses struct iovec internally! */
-typedef struct iovec lnet_md_iovec_t;
-
 typedef struct bio_vec lnet_kiov_t;
 /** @} lnet_md */