summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-18 19:09:50 +0900
committerTom Rini <trini@ti.com>2014-05-12 15:19:46 -0400
commit9995d8c8dca4dced5be7c86f75cf53d3166bdead (patch)
treeb5a196a2cd3fe2155090bf4771959ede5bb79d07 /fs
parentc42f56d96d1ec642496ee0fdf741dc13fbbec2e2 (diff)
downloadtalos-obmc-uboot-9995d8c8dca4dced5be7c86f75cf53d3166bdead.tar.gz
talos-obmc-uboot-9995d8c8dca4dced5be7c86f75cf53d3166bdead.zip
fs: ubifs: drop __DATE__ and __TIME__
__DATE__ and __TIME__ makes the build non-deterministic. Drop the debug message using them. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ubifs/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c
index 67f115f2e8..748ab6792d 100644
--- a/fs/ubifs/super.c
+++ b/fs/ubifs/super.c
@@ -734,7 +734,6 @@ static int mount_ubifs(struct ubifs_info *c)
ubifs_msg("reserved for root: %llu bytes (%llu KiB)",
c->report_rp_size, c->report_rp_size >> 10);
- dbg_msg("compiled on: " __DATE__ " at " __TIME__);
dbg_msg("min. I/O unit size: %d bytes", c->min_io_size);
dbg_msg("LEB size: %d bytes (%d KiB)",
c->leb_size, c->leb_size >> 10);
OpenPOWER on IntegriCloud