libceph: introduce ceph_osdc_abort_requests()
authorIlya Dryomov <idryomov@gmail.com>
Tue, 15 May 2018 13:47:58 +0000 (15:47 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 4 Jun 2018 18:45:57 +0000 (20:45 +0200)
commit66850df58529eefc61cb96b895991508547503bf
tree7faed8707d6ba961f6d0b3f9088c47cd15898e64
parent8c6286f1c69743ebdb2ee15f9165f9c4d44eef49
libceph: introduce ceph_osdc_abort_requests()

This will be used by the filesystem for "umount -f".

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c