dect
/
linux-2.6
Archived
13
0
Fork 0

gfs2: Drop __TIME__ usage

The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.

Cc: Steven Whitehouse <swhiteho@redhat.com>
Cc: cluster-devel@redhat.com
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Michal Marek 2011-04-01 12:41:20 +02:00
parent 3df3f2bf61
commit 8d2c50e3b6
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ static int __init init_gfs2_fs(void)
gfs2_register_debugfs();
printk("GFS2 (built %s %s) installed\n", __DATE__, __TIME__);
printk("GFS2 installed\n");
return 0;