From: Randy Dunlap <randy.dunlap@oracle.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>, Sage Weil <sage@newdream.net>
Cc: linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
ceph-devel@vger.kernel.org
Subject: [PATCH -next] ceph: rbd depends on BLOCK
Date: Wed, 4 Aug 2010 10:16:24 -0700 [thread overview]
Message-ID: <20100804101624.5189893c.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20100804151035.14678528.sfr@canb.auug.org.au>
From: Randy Dunlap <randy.dunlap@oracle.com>
When CONFIG_BLOCK is not enabled, fs/ceph/rbd has:
file: fs/ceph/rbd.c: errors: 71, warnings: 18
This is due to BLOCK being spelled as CONFIG_BLOCK
(and depends on being spelled as select).
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
fs/ceph/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20100804.orig/fs/ceph/Kconfig
+++ linux-next-20100804/fs/ceph/Kconfig
@@ -28,7 +28,7 @@ config CEPH_FS_PRETTYDEBUG
config CEPH_RBD
bool "Rados block device (RBD)"
depends on CEPH_FS
- select CONFIG_BLOCK
+ depends on BLOCK
default y
help
If you say Y here, ceph will include rbd, the RADOS block
next prev parent reply other threads:[~2010-08-04 17:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-04 5:10 linux-next: Tree for August 4 Stephen Rothwell
2010-08-04 16:47 ` linux-next: Tree for August 4 (olpc_battery) Randy Dunlap
2010-08-09 16:39 ` Randy Dunlap
2010-08-09 17:17 ` David Woodhouse
2010-08-09 17:25 ` Anton Vorontsov
2010-08-04 17:16 ` Randy Dunlap [this message]
[not found] ` <20100804222350.GA2220@phenom.dumpdata.com>
2010-08-04 22:24 ` linux-next: Tree for August 4, add a new git tree please? Konrad Rzeszutek Wilk
2010-08-05 0:30 ` Stephen Rothwell
2010-08-05 14:37 ` Konrad Rzeszutek Wilk
2010-08-05 14:41 ` Stephen Rothwell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100804101624.5189893c.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=ceph-devel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sage@newdream.net \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®