[lustre-devel] [PATCH 460/622] lustre: ptlrpc: remove struct ptlrpc_bulk_page

James Simmons jsimmons at infradead.org
Thu Feb 27 13:15:28 PST 2020


From: Mr NeilBrown <neilb at suse.com>

This structure is never used, so remove it.

WC-bug-id: https://jira.whamcloud.com/browse/LU-6142
Lustre-commit: 2b9bf4c00bce ("LU-6142 ptlrpc: remove struct ptlrpc_bulk_page")
Signed-off-by: Mr NeilBrown <neilb at suse.com>
Reviewed-on: https://review.whamcloud.com/35879
Reviewed-by: Andreas Dilger <adilger at whamcloud.com>
Reviewed-by: James Simmons <jsimmons at infradead.org>
Reviewed-by: Shaun Tancheff <stancheff at cray.com>
Signed-off-by: James Simmons <jsimmons at infradead.org>
---
 fs/lustre/include/lustre_net.h | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/fs/lustre/include/lustre_net.h b/fs/lustre/include/lustre_net.h
index f16c6d3..faf15e9 100644
--- a/fs/lustre/include/lustre_net.h
+++ b/fs/lustre/include/lustre_net.h
@@ -1146,22 +1146,6 @@ void _debug_req(struct ptlrpc_request *req,
 } while (0)
 /** @} */
 
-/**
- * Structure that defines a single page of a bulk transfer
- */
-struct ptlrpc_bulk_page {
-	/** Linkage to list of pages in a bulk */
-	struct list_head	bp_link;
-	/**
-	 * Number of bytes in a page to transfer starting from @bp_pageoffset
-	 */
-	int			bp_buflen;
-	/** offset within a page */
-	int			bp_pageoffset;
-	/** The page itself */
-	struct page		*bp_page;
-};
-
 enum ptlrpc_bulk_op_type {
 	PTLRPC_BULK_OP_ACTIVE	= 0x00000001,
 	PTLRPC_BULK_OP_PASSIVE	= 0x00000002,
-- 
1.8.3.1



More information about the lustre-devel mailing list