Whamcloud - gitweb
LU-4423 ptlrpc: make ptlrpc_bulk_frag_ops always const.
[fs/lustre-release.git] / lustre / include / lustre_net.h
index dce8c6e..9c50743 100644 (file)
@@ -1458,7 +1458,7 @@ struct ptlrpc_bulk_desc {
        struct obd_import *bd_import;
        /** Back pointer to the request */
        struct ptlrpc_request *bd_req;
-       struct ptlrpc_bulk_frag_ops *bd_frag_ops;
+       const struct ptlrpc_bulk_frag_ops *bd_frag_ops;
        wait_queue_head_t      bd_waitq;        /* server side only WQ */
        int                    bd_iov_count;    /* # entries in bd_iov */
        int                    bd_max_iov;      /* allocated size of bd_iov */