From patchwork Tue Jun 7 17:27:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jim Rees X-Patchwork-Id: 858082 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p57HQgVa007977 for ; Tue, 7 Jun 2011 17:27:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755313Ab1FGR1o (ORCPT ); Tue, 7 Jun 2011 13:27:44 -0400 Received: from int-mailstore01.merit.edu ([207.75.116.232]:53118 "EHLO int-mailstore01.merit.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754412Ab1FGR1o (ORCPT ); Tue, 7 Jun 2011 13:27:44 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by int-mailstore01.merit.edu (Postfix) with ESMTP id 2FDE13083A4A; Tue, 7 Jun 2011 13:27:44 -0400 (EDT) X-Virus-Scanned: amavisd-new at int-mailstore01.merit.edu Received: from int-mailstore01.merit.edu ([127.0.0.1]) by localhost (int-mailstore01.merit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VtkF+C+RnYN5; Tue, 7 Jun 2011 13:27:42 -0400 (EDT) Received: from merit.edu (host-17.subnet-17.med.umich.edu [141.214.17.17]) by int-mailstore01.merit.edu (Postfix) with ESMTPSA id 35E9130852CE; Tue, 7 Jun 2011 13:27:42 -0400 (EDT) Date: Tue, 7 Jun 2011 13:27:41 -0400 From: Jim Rees To: Benny Halevy Cc: linux-nfs@vger.kernel.org, peter honeyman Subject: [PATCH 16/88] pnfsblock: select BLK_DEV_DM when PNFS_BLOCK is configured Message-ID: <83176d715bf7009b66f388ca6ddac98193e2ecf0.1307464382.git.rees@umich.edu> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 07 Jun 2011 17:27:45 +0000 (UTC) From: Benny Halevy Also, select MD Signed-off-by: Benny Halevy --- fs/nfs/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index d6bfd87..bccd415 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig @@ -108,6 +108,8 @@ config PNFS_PANLAYOUT config PNFS_BLOCK tristate "Provide a pNFS block client (EXPERIMENTAL)" depends on NFS_FS && PNFS + select MD + select BLK_DEV_DM help Say M or y here if you want your pNfs client to support the block protocol