Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84745
b: refs/heads/master
c: a9ca663
h: refs/heads/master
i:
  84743: 20fcb06
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Feb 8, 2008
1 parent f165ae0 commit f704999
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28f7c4d413b9e6326f8d0aef31cd5ba8500b20dd
refs/heads/master: a9ca663578321695658675103c35452d8ce91d85
3 changes: 1 addition & 2 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/linux/udf_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f704999

Please sign in to comment.