From: Jeff Layton Date: Mon, 2 Dec 2019 17:18:34 +0000 (-0500) Subject: ceph: close some holes in struct ceph_mds_request X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9c2a049d50b52f05dba373ffb7227e461340cf01;p=ceph-client.git ceph: close some holes in struct ceph_mds_request Signed-off-by: Jeff Layton --- diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index df18a29f9587..27a7446e10d3 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h @@ -234,6 +234,7 @@ struct ceph_mds_request { struct rb_node r_node; struct ceph_mds_client *r_mdsc; + struct kref r_kref; int r_op; /* mds op code */ /* operation on what? */ @@ -304,7 +305,6 @@ struct ceph_mds_request { int r_resend_mds; /* mds to resend to next, if any*/ u32 r_sent_on_mseq; /* cap mseq request was sent at*/ - struct kref r_kref; struct list_head r_wait; struct completion r_completion; struct completion r_safe_completion;