We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b333279 commit d1ec6d8Copy full SHA for d1ec6d8
src/ocf_request.h
@@ -254,6 +254,9 @@ struct ocf_request {
254
uint8_t rw : 1;
255
/*!< Indicator of IO direction - Read/Write */
256
257
+ uint8_t alock_rw: 1;
258
+ /*!< Read/Write mode for alock*/
259
+
260
uint8_t d2c : 1;
261
/**!< request affects metadata cachelines (is not direct-to-core) */
262
@@ -309,9 +312,6 @@ struct ocf_request {
309
312
310
313
struct ocf_req_discard_info discard;
311
314
- uint32_t alock_rw;
- /*!< Read/Write mode for alock*/
-
315
uint8_t *alock_status;
316
/*!< Mapping for locked/unlocked alock entries */
317
0 commit comments