libceph: rename r_unsafe_item to r_private_item
authorIlya Dryomov <idryomov@gmail.com>
Mon, 8 Jul 2019 10:50:09 +0000 (12:50 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 8 Jul 2019 12:01:44 +0000 (14:01 +0200)
commit94e85771881027e62afdddadd31e3eec73025990
tree2402b19c130b96d73cd7f28f546fc07077664e85
parent0192ce2ee68b54394ba62e5668067bf01f7bc609
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>
fs/ceph/file.c
include/linux/ceph/osd_client.h
net/ceph/osd_client.c