diff options
author | Loic Pefferkorn <loic@loicp.eu> | 2014-12-15 22:18:43 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2015-02-09 13:06:48 -0500 |
commit | cf35248768b08851a26c16059ebca49dc4ad314f (patch) | |
tree | a134174ab02dc0122c9f8e52a7c9ed19fd86f85e /drivers/md | |
parent | f495339c441b9a69c43327f71c23ffa7632e3020 (diff) | |
download | linux-stable-cf35248768b08851a26c16059ebca49dc4ad314f.tar.gz linux-stable-cf35248768b08851a26c16059ebca49dc4ad314f.tar.bz2 linux-stable-cf35248768b08851a26c16059ebca49dc4ad314f.zip |
dm crypt: update url in CONFIG_DM_CRYPT help text
Update the obsolete url in the CONFIG_DM_CRYPT help text.
Signed-off-by: Loic Pefferkorn <loic@loicp.eu>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 5bdedf6df153..09c89a4b014d 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -230,9 +230,8 @@ config DM_CRYPT transparently encrypts the data on it. You'll need to activate the ciphers you're going to use in the cryptoapi configuration. - Information on how to use dm-crypt can be found on - - <http://www.saout.de/misc/dm-crypt/> + For further information on dm-crypt and userspace tools see: + <http://code.google.com/p/cryptsetup/wiki/DMCrypt> To compile this code as a module, choose M here: the module will be called dm-crypt. |