From: Ilya Dryomov Date: Fri, 10 Oct 2014 12:39:05 +0000 (+0400) Subject: libceph: ceph-msgr workqueue needs a resque worker X-Git-Tag: v3.2.65~105 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e594f2017011400253a62adc7352f02204d1dd;p=pandora-kernel.git 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 Tested-by: Micha Krause Reviewed-by: Sage Weil [bwh: Backported to 3.2: - Keep passing the WQ_NON_REENTRANT flag too - Adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed