Skip to content

Commit

Permalink
Staging: dst: kconfig update.
Browse files Browse the repository at this point in the history
On Wed, Jan 14, 2009 at 02:05:33AM +0300, Evgeniy Polyakov (zbr@ioremap.net) wrote:
> --- /dev/null
> +++ b/drivers/staging/dst/Kconfig
> @@ -0,0 +1,71 @@
> +config DST
> +	tristate "Distributed storage"
> +	depends on NET && CRYPTO && SYSFS
> +	select CONNECTOR
> +	select LIBCRC32C

Above is not needed.

Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Evgeniy Polyakov authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 9539bec commit cac2227
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/dst/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ config DST
tristate "Distributed storage"
depends on NET && CRYPTO && SYSFS
select CONNECTOR
select LIBCRC32C
---help---
DST is a network block device storage, which can be used to organize
exported storages on the remote nodes into the local block device.

DST is a network block device storage, which can be used to organize
exported storages on the remote nodes into the local block device.

DST works on top of any network media and protocol, it is just a matter
of configuration utility to understand the correct addresses. The most
common example is TCP over IP allows to pass through firewalls and
Expand Down

0 comments on commit cac2227

Please sign in to comment.