ceph: use kill_anon_super helper
authorJeff Layton <jlayton@kernel.org>
Fri, 11 Sep 2020 19:19:00 +0000 (15:19 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Oct 2020 13:29:26 +0000 (15:29 +0200)
commit470a5c77eac0e07bfe60413fb3d314b734392bc3
tree5849bf1a6c0cfb045296fa6a56c9d8f647e0c520
parent1dd8d470813699baab9112e95fce00979b21c4f7
ceph: use kill_anon_super helper

ceph open-codes this around some other activity and the rationale
for it isn't clear. There is no need to delay free_anon_bdev until
the end of kill_sb.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/super.c