summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2016-04-05 11:13:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-20 15:42:09 +0900
commit06e2d7dd90cbafd2d911f86785b69cec1bcd3b02 (patch)
tree8fd8ae311602268bbb7b9d0b2040e4637095d030 /net/mac80211
parente4f2138e3ce6dd2ab4f7cf0ebef8dd44320deedb (diff)
rbd: use GFP_NOIO consistently for request allocations
commit 2224d879c7c0f85c14183ef82eb48bd875ceb599 upstream. As of 5a60e87603c4c533492c515b7f62578189b03c9c, RBD object request allocations are made via rbd_obj_request_create() with GFP_NOIO. However, subsequent OSD request allocations in rbd_osd_req_create*() use GFP_ATOMIC. With heavy page cache usage (e.g. OSDs running on same host as krbd client), rbd_osd_req_create() order-1 GFP_ATOMIC allocations have been observed to fail, where direct reclaim would have allowed GFP_NOIO allocations to succeed. Suggested-by: Vlastimil Babka <vbabka@suse.cz> Suggested-by: Neil Brown <neilb@suse.com> Signed-off-by: David Disseldorp <ddiss@suse.de> Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/mac80211')
0 files changed, 0 insertions, 0 deletions