From b64ddd24572f1365dac7d9080f75393e854da155 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Fri, 1 Apr 2011 12:41:20 +0200 Subject: [PATCH] --- yaml --- r: 252002 b: refs/heads/master c: 75ce481e15911b4557da1250556eab5ffbd14d0d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/dlm/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ac7ec5a4b188..73aee3666800 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 772e289862e111ce6b4d387e65cd5b7a8b618705 +refs/heads/master: 75ce481e15911b4557da1250556eab5ffbd14d0d diff --git a/trunk/fs/dlm/main.c b/trunk/fs/dlm/main.c index b80e0aa3cfa5..5a59efa0bb46 100644 --- a/trunk/fs/dlm/main.c +++ b/trunk/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;