Loading include/linux/ceph/messenger.h +4 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,10 @@ struct ceph_msg_data { enum ceph_msg_data_type type; union { #ifdef CONFIG_BLOCK struct { struct bio *bio; size_t bio_length; }; #endif /* CONFIG_BLOCK */ struct { struct page **pages; /* NOT OWNER. */ Loading net/ceph/messenger.c +1 −0 Original line number Diff line number Diff line Loading @@ -3032,6 +3032,7 @@ void ceph_msg_data_set_bio(struct ceph_msg *msg, struct bio *bio, data = ceph_msg_data_create(CEPH_MSG_DATA_BIO); BUG_ON(!data); data->bio = bio; data->bio_length = length; msg->data = data; msg->data_length = length; Loading Loading
include/linux/ceph/messenger.h +4 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,10 @@ struct ceph_msg_data { enum ceph_msg_data_type type; union { #ifdef CONFIG_BLOCK struct { struct bio *bio; size_t bio_length; }; #endif /* CONFIG_BLOCK */ struct { struct page **pages; /* NOT OWNER. */ Loading
net/ceph/messenger.c +1 −0 Original line number Diff line number Diff line Loading @@ -3032,6 +3032,7 @@ void ceph_msg_data_set_bio(struct ceph_msg *msg, struct bio *bio, data = ceph_msg_data_create(CEPH_MSG_DATA_BIO); BUG_ON(!data); data->bio = bio; data->bio_length = length; msg->data = data; msg->data_length = length; Loading