]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/cluster/nodemanager.c
ocfs2: remove versioning information
[~andy/linux] / fs / ocfs2 / cluster / nodemanager.c
index bb240647ca5f5e0f47f52c43860ae7d1c3be435a..441c84e169e6f05e819d7331027f6e519d02b3be 100644 (file)
@@ -29,7 +29,6 @@
 #include "heartbeat.h"
 #include "masklog.h"
 #include "sys.h"
-#include "ver.h"
 
 /* for now we operate under the assertion that there can be only one
  * cluster active at a time.  Changing this will require trickling
@@ -945,8 +944,6 @@ static int __init init_o2nm(void)
 {
        int ret = -1;
 
-       cluster_print_version();
-
        ret = o2hb_init();
        if (ret)
                goto out;
@@ -984,6 +981,7 @@ out:
 
 MODULE_AUTHOR("Oracle");
 MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("OCFS2 cluster management");
 
 module_init(init_o2nm)
 module_exit(exit_o2nm)