[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4974CAD2.8050500@oracle.com>
Date: Mon, 19 Jan 2009 10:47:46 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Evgeniy Polyakov <zbr@...emap.net>
CC: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
Greg KH <gregkh@...e.de>
Subject: Re: linux-next: Tree for January 19 (DST)
Evgeniy Polyakov wrote:
> Hi Randy.
>
> On Mon, Jan 19, 2009 at 10:12:24AM -0800, Randy Dunlap (randy.dunlap@...cle.com) wrote:
>>> There will be no build results for today's linux-next as our build server
>>> has failed.
>>>
>>> Changes since 20090116:
>>
>> DST build fails when CONFIG_BLOCK=n:
>
> DST should depend on block and block device, in the original patch its
> kconfig entry was in the BLK_DEV menu, so this dependency was satisfied
> automatically. Should attached patch be pushed into drivers/staging?
Yes, thanks.
Acked-by: Randy Dunlap <randy.dunlap@...cle.com>
> --- ./drivers/staging/dst/Kconfig~ 2009-01-14 02:10:02.000000000 +0300
> +++ ./drivers/staging/dst/Kconfig 2009-01-19 21:31:19.000000000 +0300
> @@ -1,6 +1,6 @@
> config DST
> tristate "Distributed storage"
> - depends on NET && CRYPTO && SYSFS
> + depends on NET && CRYPTO && SYSFS && BLK_DEV
> select CONNECTOR
> ---help---
> DST is a network block device storage, which can be used to organize
>
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists