Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756622Ab1EYUqP (ORCPT ); Wed, 25 May 2011 16:46:15 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41661 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754135Ab1EYUqO (ORCPT ); Wed, 25 May 2011 16:46:14 -0400 Message-ID: <4DDD6AD4.6040801@suse.cz> Date: Wed, 25 May 2011 22:47:16 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8 MIME-Version: 1.0 To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Christine Caulfield , David Teigland , cluster-devel@redhat.com Subject: Re: [PATCH 26/34] dlm: Drop __TIME__ usage References: <1302015561-21047-1-git-send-email-mmarek@suse.cz> <1302015561-21047-27-git-send-email-mmarek@suse.cz> In-Reply-To: <1302015561-21047-27-git-send-email-mmarek@suse.cz> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1173 Lines: 40 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: Christine Caulfield > Cc: David Teigland > Cc: cluster-devel@redhat.com > Signed-off-by: Michal Marek > --- > fs/dlm/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/dlm/main.c b/fs/dlm/main.c > index b80e0aa..5a59efa 100644 > --- a/fs/dlm/main.c > +++ b/fs/dlm/main.c > @@ -50,7 +50,7 @@ static int __init init_dlm(void) > if (error) > goto out_netlink; > > - printk("DLM (built %s %s) installed\n", __DATE__, __TIME__); > + printk("DLM installed\n"); > > return 0; > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/