From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:41716 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754904Ab1EYUr3 (ORCPT ); Wed, 25 May 2011 16:47:29 -0400 Message-ID: <4DDD6B1F.1060303@suse.cz> Date: Wed, 25 May 2011 22:48:31 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH 27/34] gfs2: Drop __TIME__ usage References: <1302015561-21047-1-git-send-email-mmarek@suse.cz> <1302015561-21047-28-git-send-email-mmarek@suse.cz> In-Reply-To: <1302015561-21047-28-git-send-email-mmarek@suse.cz> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Steven Whitehouse , cluster-devel@redhat.com Dne 5.4.2011 16:59, Michal Marek napsal(a): > 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 > Cc: cluster-devel@redhat.com > Signed-off-by: Michal Marek > --- > fs/gfs2/main.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Hi, I don't see this patch in today's linux-next. Any objection against me applying it to the kbuild-2.6.git repository? Thanks, Michal > diff --git a/fs/gfs2/main.c b/fs/gfs2/main.c > index 72c31a3..07d057b 100644 > --- a/fs/gfs2/main.c > +++ b/fs/gfs2/main.c > @@ -143,7 +143,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; >