commit | 23c2c76ead541b3b7c9336bd4f3737494736b2ee | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Fri Jun 04 12:03:09 2021 -0400 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Jun 29 00:15:52 2021 +0200 |
tree | ba8fab5bd1cdeec5e8db603220e621d05f06850a | |
parent | 7732fe168edaea825ed65954712c825f4625f2ba [diff] |
ceph: eliminate ceph_async_iput() Now that we don't need to hold session->s_mutex or the snap_rwsem when calling ceph_check_caps, we can eliminate ceph_async_iput and just use normal iput calls. Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>