* [2.6 patch] kill UDFFS_{DATE,VERSION}
@ 2007-10-22 2:48 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-10-22 2:48 UTC (permalink / raw)
To: linux-kernel
Printing date and version of a driver makes sense if there's a
maintainer who's maintaining and using these, but printing ancient
version information only confuses users.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
fs/udf/super.c | 3 +--
include/linux/udf_fs.h | 3 ---
2 files changed, 1 insertion(+), 5 deletions(-)
2b021a6f76507cf43c80d726d35fd1979cc95c6c
diff --git a/fs/udf/super.c b/fs/udf/super.c
index 4360c7a..64526c3 100644
--- a/fs/udf/super.c
+++ b/fs/udf/super.c
@@ -1542,9 +1542,8 @@ static int udf_fill_super(struct super_block *sb, void *options, int silent)
if (!silent) {
kernel_timestamp ts;
udf_time_to_stamp(&ts, UDF_SB_RECORDTIME(sb));
- udf_info("UDF %s (%s) Mounting volume '%s', "
+ udf_info("UDF: Mounting volume '%s', "
"timestamp %04u/%02u/%02u %02u:%02u (%x)\n",
- UDFFS_VERSION, UDFFS_DATE,
UDF_SB_VOLIDENT(sb), ts.year, ts.month, ts.day, ts.hour, ts.minute,
ts.typeAndTimezone);
}
diff --git a/include/linux/udf_fs.h b/include/linux/udf_fs.h
index 36c684e..3116b03 100644
--- a/include/linux/udf_fs.h
+++ b/include/linux/udf_fs.h
@@ -32,9 +32,6 @@
#define UDF_PREALLOCATE
#define UDF_DEFAULT_PREALLOC_BLOCKS 8
-#define UDFFS_DATE "2004/29/09"
-#define UDFFS_VERSION "0.9.8.1"
-
#undef UDFFS_DEBUG
#ifdef UDFFS_DEBUG
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-22 2:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 2:48 [2.6 patch] kill UDFFS_{DATE,VERSION} Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox