Commit a9ca663578321695658675103c35452d8ce91d85

Authored by Adrian Bunk
Committed by Linus Torvalds
1 parent 28f7c4d413

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 <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 2 changed files with 1 additions and 5 deletions Side-by-side Diff

... ... @@ -1792,9 +1792,8 @@
1792 1792 if (!silent) {
1793 1793 kernel_timestamp ts;
1794 1794 udf_time_to_stamp(&ts, sbi->s_record_time);
1795   - udf_info("UDF %s (%s) Mounting volume '%s', "
  1795 + udf_info("UDF: Mounting volume '%s', "
1796 1796 "timestamp %04u/%02u/%02u %02u:%02u (%x)\n",
1797   - UDFFS_VERSION, UDFFS_DATE,
1798 1797 sbi->s_volume_ident, ts.year, ts.month, ts.day,
1799 1798 ts.hour, ts.minute, ts.typeAndTimezone);
1800 1799 }
include/linux/udf_fs.h
... ... @@ -32,9 +32,6 @@
32 32 #define UDF_PREALLOCATE
33 33 #define UDF_DEFAULT_PREALLOC_BLOCKS 8
34 34  
35   -#define UDFFS_DATE "2004/29/09"
36   -#define UDFFS_VERSION "0.9.8.1"
37   -
38 35 #undef UDFFS_DEBUG
39 36  
40 37 #ifdef UDFFS_DEBUG