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>
Showing
- fs/ceph/caps.c 3 additions, 6 deletionsfs/ceph/caps.c
- fs/ceph/inode.c 3 additions, 25 deletionsfs/ceph/inode.c
- fs/ceph/mds_client.c 11 additions, 19 deletionsfs/ceph/mds_client.c
- fs/ceph/quota.c 3 additions, 6 deletionsfs/ceph/quota.c
- fs/ceph/snap.c 5 additions, 11 deletionsfs/ceph/snap.c
- fs/ceph/super.h 0 additions, 2 deletionsfs/ceph/super.h
Please register or sign in to comment