Re: [PATCH] ubifs: remove __DATE__ and __TIME__

2012-08-24 Thread Jiri Slaby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/24/2012 01:54 PM, Artem Bityutskiy wrote: > On Thu, 2012-08-09 at 19:43 +0200, Jiri Slaby wrote: >> diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index >> e354832..67af316 100644 --- a/fs/ubifs/super.c +++ >> b/fs/ubifs/super.c @@ -1431,7

Re: [PATCH] ubifs: remove __DATE__ and __TIME__

2012-08-24 Thread Artem Bityutskiy
On Thu, 2012-08-09 at 19:43 +0200, Jiri Slaby wrote: > diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c > index e354832..67af316 100644 > --- a/fs/ubifs/super.c > +++ b/fs/ubifs/super.c > @@ -1431,7 +1431,6 @@ static int mount_ubifs(struct ubifs_info *c) > ubifs_msg("reserved for root: %llu

Re: [PATCH] ubifs: remove __DATE__ and __TIME__

2012-08-24 Thread Artem Bityutskiy
On Thu, 2012-08-09 at 19:43 +0200, Jiri Slaby wrote: diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index e354832..67af316 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -1431,7 +1431,6 @@ static int mount_ubifs(struct ubifs_info *c) ubifs_msg(reserved for root: %llu bytes

Re: [PATCH] ubifs: remove __DATE__ and __TIME__

2012-08-24 Thread Jiri Slaby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/24/2012 01:54 PM, Artem Bityutskiy wrote: On Thu, 2012-08-09 at 19:43 +0200, Jiri Slaby wrote: diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index e354832..67af316 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -1431,7 +1431,6 @@

[PATCH] ubifs: remove __DATE__ and __TIME__

2012-08-09 Thread Jiri Slaby
This tag is useless and it breaks automatic builds. It causes rebuilds for packages that depend on kernel for no real reason. Further, quoting Michal, who removed most of the users already: The kernel already prints its build timestamp during boot, no need to repeat it in random drivers and

[PATCH] ubifs: remove __DATE__ and __TIME__

2012-08-09 Thread Jiri Slaby
This tag is useless and it breaks automatic builds. It causes rebuilds for packages that depend on kernel for no real reason. Further, quoting Michal, who removed most of the users already: The kernel already prints its build timestamp during boot, no need to repeat it in random drivers and