aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r--fs/udf/super.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c
index 2048351c56c0..3afe7647f94a 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)
1792 if (!silent) { 1792 if (!silent) {
1793 kernel_timestamp ts; 1793 kernel_timestamp ts;
1794 udf_time_to_stamp(&ts, sbi->s_record_time); 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 "timestamp %04u/%02u/%02u %02u:%02u (%x)\n", 1796 "timestamp %04u/%02u/%02u %02u:%02u (%x)\n",
1797 UDFFS_VERSION, UDFFS_DATE,
1798 sbi->s_volume_ident, ts.year, ts.month, ts.day, 1797 sbi->s_volume_ident, ts.year, ts.month, ts.day,
1799 ts.hour, ts.minute, ts.typeAndTimezone); 1798 ts.hour, ts.minute, ts.typeAndTimezone);
1800 } 1799 }