X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_net.h;h=8df763a243a827b5e26ba2be8c8891f9ac792d52;hp=aebfb8b2a5aa957a1e87580d02405b375f16278b;hb=1f0e2723f37eb86f3a88807d1200e78c10ab9565;hpb=b42f3cb06e90230dda824e7ab79736b2802ea42c diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index aebfb8b..8df763a 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -558,11 +558,11 @@ struct ptlrpc_request { /** * security and encryption data * @{ */ - struct ptlrpc_cli_ctx *rq_cli_ctx; /* client's half ctx */ - struct ptlrpc_svc_ctx *rq_svc_ctx; /* server's half ctx */ - cfs_list_t rq_ctx_chain; /* link to waited ctx */ + struct ptlrpc_cli_ctx *rq_cli_ctx; /**< client's half ctx */ + struct ptlrpc_svc_ctx *rq_svc_ctx; /**< server's half ctx */ + cfs_list_t rq_ctx_chain; /**< link to waited ctx */ - struct sptlrpc_flavor rq_flvr; /* client & server */ + struct sptlrpc_flavor rq_flvr; /**< for client & server */ enum lustre_sec_part rq_sp_from; unsigned long /* client/server security flags */ @@ -588,8 +588,6 @@ struct ptlrpc_request { /* (server side), pointed directly into req buffer */ struct ptlrpc_user_desc *rq_user_desc; - /** @} */ - /** early replies go to offset 0, regular replies go after that */ unsigned int rq_reply_off; @@ -605,6 +603,8 @@ struct ptlrpc_request { int rq_clrbuf_len; /* only in priv mode */ int rq_clrdata_len; /* only in priv mode */ + /** @} */ + /** Fields that help to see if request and reply were swabbed or not */ __u32 rq_req_swab_mask; __u32 rq_rep_swab_mask;