Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
The code in plain_authorize has misleading indentation hiding an assignment:
cfs_crypto_hash_digest(CFS_HASH_ALG_CRC32, lustre_msg_buf(msg, PLAIN_PACK_MSG_OFF, 0), lustre_msg_buflen(msg, PLAIN_PACK_MSG_OFF), NULL, 0, (unsigned char *)&msg->lm_cksum, &hsize); req->rq_reply_off = 0;
Attachments
Issue Links
- is related to
-
LU-6142 Enforce Linux kernel coding style in all code
- Open