From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Thu, 26 May 2011 09:43:54 +0100 Subject: [Cluster-devel] [PATCH 27/34] gfs2: Drop __TIME__ usage In-Reply-To: <4DDD6B1F.1060303@suse.cz> References: <1302015561-21047-1-git-send-email-mmarek@suse.cz> <1302015561-21047-28-git-send-email-mmarek@suse.cz> <4DDD6B1F.1060303@suse.cz> Message-ID: <1306399434.2893.2.camel@menhir> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, On Wed, 2011-05-25 at 22:48 +0200, Michal Marek wrote: > 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 at 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 > No, I think that should be ok. It was added as a method to spot when someone had compiled their own module against a distro kernel, but tbh this isn't a problem in practice, so I don't think it will be a problem, Steve.