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;