commit | 5b3248c6772459a0737afe0c85bb45ee3ba79eeb | [log] [tgz] |
---|---|---|
author | Xiubo Li <xiubli@redhat.com> | Thu Dec 19 19:44:09 2019 -0500 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Jan 27 16:53:40 2020 +0100 |
tree | f638b01f7a2358c80f39de61ff6fdb55b339a829 | |
parent | 4fbc0c711b2464ee1551850b85002faae0b775d5 [diff] |
ceph: rename get_session and switch to use ceph_get_mds_session Just in case the session's refcount reach 0 and is releasing, and if we get the session without checking it, we may encounter kernel crash. Rename get_session to ceph_get_mds_session and make it global. Signed-off-by: Xiubo Li <xiubli@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>