libceph: ceph-msgr workqueue needs a resque worker
authorIlya Dryomov <idryomov@redhat.com>
Fri, 10 Oct 2014 12:39:05 +0000 (16:39 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 16:48:01 +0000 (08:48 -0800)
commitf05c0daaf68e424d05d271c7fb2fbfd5750a315e
tree25cd9204376d2fa9166783d69283a10b7637554d
parent58f382ffaf2570032da636a348aa6c045a166f4e
libceph: ceph-msgr workqueue needs a resque worker

commit f9865f06f7f18c6661c88d0511f05c48612319cc upstream.

Commit f363e45fd118 ("net/ceph: make ceph_msgr_wq non-reentrant")
effectively removed WQ_MEM_RECLAIM flag from ceph_msgr_wq.  This is
wrong - libceph is very much a memory reclaim path, so restore it.

Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Tested-by: Micha Krause <micha@krausam.de>
Reviewed-by: Sage Weil <sage@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ceph/messenger.c