Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755951AbcDGOOP (ORCPT ); Thu, 7 Apr 2016 10:14:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46122 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbcDGOOO (ORCPT ); Thu, 7 Apr 2016 10:14:14 -0400 Date: Thu, 7 Apr 2016 10:14:08 -0400 (EDT) From: Sage Weil X-X-Sender: sage@cpach.fuggernut.com To: torvals@linux-foundation.org cc: linux-kernel@vger.kernel.org, ceph-devel@vger.kernel.org Subject: [GIT PULL] Ceph fix for -rc3 Message-ID: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 481 Lines: 18 Hi Linus, Please pull the following Ceph RBD patch from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus This just fixes a few remaining memory allocations in RBD to use GFP_NOIO instead of GFP_ATOMIC. Thanks! sage ---------------------------------------------------------------- David Disseldorp (1): rbd: use GFP_NOIO consistently for request allocations drivers/block/rbd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)