Skip to content

Commit

Permalink
gfs2: Drop __TIME__ usage
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: [email protected]
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
michal42 committed May 26, 2011
1 parent 3df3f2b commit 8d2c50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8d2c50e

Please sign in to comment.