remove the not-working website address from code and Kconfig file.

Signed-off-by: Sudip Mukherjee <[email protected]>
---
 fs/efs/Kconfig | 3 +--
 fs/efs/super.c | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/fs/efs/Kconfig b/fs/efs/Kconfig
index d020e3c..d5d9c8a 100644
--- a/fs/efs/Kconfig
+++ b/fs/efs/Kconfig
@@ -7,8 +7,7 @@ config EFS_FS
          uses the XFS file system for hard disk partitions however).
 
          This implementation only offers read-only access. If you don't know
-         what all this is about, it's safe to say N. For more information
-         about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
+         what all this is about, it's safe to say N.
 
          To compile the EFS file system support as a module, choose M here: the
          module will be called efs.
diff --git a/fs/efs/super.c b/fs/efs/super.c
index 9aaae09..6026bd4 100644
--- a/fs/efs/super.c
+++ b/fs/efs/super.c
@@ -330,7 +330,7 @@ MODULE_ALIAS_FS("efs");
 
 static int __init init_efs_fs(void) {
        int err;
-       pr_info(EFS_VERSION" - http://aeschi.ch.eu.org/efs/\n";);
+       pr_info(EFS_VERSION "\n");
        err = init_inodecache();
        if (err)
                goto out1;
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to