mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
libceph: rename r_unsafe_item to r_private_item
This list item remained from when we had safe and unsafe replies (commit vs ack). It has since become a private list item for use by clients. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
0192ce2ee6
commit
94e8577188
3 changed files with 6 additions and 6 deletions
|
@ -198,9 +198,9 @@ struct ceph_osd_request {
|
|||
bool r_mempool;
|
||||
struct completion r_completion; /* private to osd_client.c */
|
||||
ceph_osdc_callback_t r_callback;
|
||||
struct list_head r_unsafe_item;
|
||||
|
||||
struct inode *r_inode; /* for use by callbacks */
|
||||
struct list_head r_private_item; /* ditto */
|
||||
void *r_priv; /* ditto */
|
||||
|
||||
/* set by submitter */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue