[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1423731742-31383-3-git-send-email-sudipm.mukherjee@gmail.com>
Date: Thu, 12 Feb 2015 14:32:20 +0530
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Sudip Mukherjee <sudipm.mukherjee@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 3/5] fs: efs: remove nonexistant site
remove the not-working website address from code and Kconfig file.
Signed-off-by: Sudip Mukherjee <sudip@...torindia.org>
---
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 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