Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a9ca663578321695658675103c35452d8ce91d85
Commit: a9ca663578321695658675103c35452d8ce91d85
Parent: 28f7c4d413b9e6326f8d0aef31cd5ba8500b20dd
Author: Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 8 04:20:47 2008 -0800
Committer: Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 09:22:36 2008 -0800
kill UDFFS_{DATE,VERSION}
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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
fs/udf/super.c | 3 +--
include/linux/udf_fs.h | 3 ---
2 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/fs/udf/super.c b/fs/udf/super.c
index 2048351..3afe764 100644
--- a/fs/udf/super.c
+++ b/fs/udf/super.c
@@ -1792,9 +1792,8 @@ static int udf_fill_super(struct super_block *sb, void
*options, int silent)
if (!silent) {
kernel_timestamp ts;
udf_time_to_stamp(&ts, sbi->s_record_time);
- 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,
sbi->s_volume_ident, 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 c954527..aa88654 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html