Loading fs/ceph/caps.c +2 −2 Original line number Diff line number Diff line Loading @@ -602,7 +602,7 @@ static void __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, * @ci: inode to be moved * @session: new auth caps session */ static void change_auth_cap_ses(struct ceph_inode_info *ci, void change_auth_cap_ses(struct ceph_inode_info *ci, struct ceph_mds_session *session) { lockdep_assert_held(&ci->i_ceph_lock); Loading fs/ceph/super.h +2 −0 Original line number Diff line number Diff line Loading @@ -767,6 +767,8 @@ extern void ceph_unreserve_caps(struct ceph_mds_client *mdsc, extern void ceph_reservation_status(struct ceph_fs_client *client, int *total, int *avail, int *used, int *reserved, int *min); extern void change_auth_cap_ses(struct ceph_inode_info *ci, struct ceph_mds_session *session); Loading Loading
fs/ceph/caps.c +2 −2 Original line number Diff line number Diff line Loading @@ -602,7 +602,7 @@ static void __check_cap_issue(struct ceph_inode_info *ci, struct ceph_cap *cap, * @ci: inode to be moved * @session: new auth caps session */ static void change_auth_cap_ses(struct ceph_inode_info *ci, void change_auth_cap_ses(struct ceph_inode_info *ci, struct ceph_mds_session *session) { lockdep_assert_held(&ci->i_ceph_lock); Loading
fs/ceph/super.h +2 −0 Original line number Diff line number Diff line Loading @@ -767,6 +767,8 @@ extern void ceph_unreserve_caps(struct ceph_mds_client *mdsc, extern void ceph_reservation_status(struct ceph_fs_client *client, int *total, int *avail, int *used, int *reserved, int *min); extern void change_auth_cap_ses(struct ceph_inode_info *ci, struct ceph_mds_session *session); Loading