<div dir="ltr"><div>Acked-by: Sunil Mushran &lt;<a href="mailto:sunil.mushran@gmail.com">sunil.mushran@gmail.com</a>&gt;<br><br></div>You may want to re-add removed MODULE_DESCRIPTION with a short blurb in some existing files.<br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 26, 2013 at 3:37 PM, Goldwyn Rodrigues <span dir="ltr">&lt;<a href="mailto:rgoldwyn@suse.de" target="_blank">rgoldwyn@suse.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">The versioning information is confusing for end-users. The numbers<br>
</div>are stuck at 1.5.0 while the tools version have moved to 1.8.2.<br>
<br>
I suggest removing the versioning system in the ocfs2 module and let<br>
<div class="im">the kernel version be the guide to debug issues. However, if<br>
you think versioning is still required, please state the reason and<br>
</div>modify the version string in the *ver.h files.<br>
<br>
Signed-off-by: Goldwyn Rodrigues &lt;<a href="mailto:rgoldwyn@suse.com">rgoldwyn@suse.com</a>&gt;<br>
---<br>
 fs/ocfs2/Makefile              |  1 -<br>
 fs/ocfs2/cluster/Makefile      |  2 +-<br>
 fs/ocfs2/cluster/nodemanager.c |  3 ---<br>
 fs/ocfs2/cluster/ver.c         | 42 -----------------------------------------<br>
 fs/ocfs2/cluster/ver.h         | 31 ------------------------------<br>
 fs/ocfs2/dlm/Makefile          |  2 +-<br>
 fs/ocfs2/dlm/dlmdomain.c       |  4 ----<br>
 fs/ocfs2/dlm/dlmver.c          | 42 -----------------------------------------<br>
 fs/ocfs2/dlm/dlmver.h          | 31 ------------------------------<br>
 fs/ocfs2/dlmfs/Makefile        |  2 +-<br>
 fs/ocfs2/dlmfs/dlmfs.c         |  3 ---<br>
 fs/ocfs2/dlmfs/dlmfsver.c      | 42 -----------------------------------------<br>
 fs/ocfs2/dlmfs/dlmfsver.h      | 31 ------------------------------<br>
<div class="im"> fs/ocfs2/super.c               |  3 ---<br>
 fs/ocfs2/ver.c                 | 43 ------------------------------------------<br>
</div> fs/ocfs2/ver.h                 | 31 ------------------------------<br>
 16 files changed, 3 insertions(+), 310 deletions(-)<br>
 delete mode 100644 fs/ocfs2/cluster/ver.c<br>
 delete mode 100644 fs/ocfs2/cluster/ver.h<br>
 delete mode 100644 fs/ocfs2/dlm/dlmver.c<br>
 delete mode 100644 fs/ocfs2/dlm/dlmver.h<br>
 delete mode 100644 fs/ocfs2/dlmfs/dlmfsver.c<br>
 delete mode 100644 fs/ocfs2/dlmfs/dlmfsver.h<br>
<div class="im"> delete mode 100644 fs/ocfs2/ver.c<br>
 delete mode 100644 fs/ocfs2/ver.h<br>
<br>
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile<br>
index f17e58b..ce210d4 100644<br>
--- a/fs/ocfs2/Makefile<br>
+++ b/fs/ocfs2/Makefile<br>
@@ -38,7 +38,6 @@ ocfs2-objs := \<br>
        symlink.o               \<br>
        sysfile.o               \<br>
        uptodate.o              \<br>
-       ver.o                   \<br>
        quota_local.o           \<br>
        quota_global.o          \<br>
        xattr.o                 \<br>
</div>diff --git a/fs/ocfs2/cluster/Makefile b/fs/ocfs2/cluster/Makefile<br>
index bc8c5e7..1aefc03 100644<br>
--- a/fs/ocfs2/cluster/Makefile<br>
+++ b/fs/ocfs2/cluster/Makefile<br>
@@ -1,4 +1,4 @@<br>
 obj-$(CONFIG_OCFS2_FS) += ocfs2_nodemanager.o<br>
<br>
 ocfs2_nodemanager-objs := heartbeat.o masklog.o sys.o nodemanager.o \<br>
-       quorum.o tcp.o netdebug.o ver.o<br>
+       quorum.o tcp.o netdebug.o<br>
diff --git a/fs/ocfs2/cluster/nodemanager.c b/fs/ocfs2/cluster/nodemanager.c<br>
index bb24064..f748320 100644<br>
--- a/fs/ocfs2/cluster/nodemanager.c<br>
+++ b/fs/ocfs2/cluster/nodemanager.c<br>
@@ -29,7 +29,6 @@<br>
 #include &quot;heartbeat.h&quot;<br>
 #include &quot;masklog.h&quot;<br>
 #include &quot;sys.h&quot;<br>
-#include &quot;ver.h&quot;<br>
<br>
 /* for now we operate under the assertion that there can be only one<br>
  * cluster active at a time.  Changing this will require trickling<br>
@@ -945,8 +944,6 @@ static int __init init_o2nm(void)<br>
 {<br>
        int ret = -1;<br>
<br>
-       cluster_print_version();<br>
-<br>
        ret = o2hb_init();<br>
        if (ret)<br>
                goto out;<br>
diff --git a/fs/ocfs2/cluster/ver.c b/fs/ocfs2/cluster/ver.c<br>
deleted file mode 100644<br>
index a56eee6..0000000<br>
--- a/fs/ocfs2/cluster/ver.c<br>
+++ /dev/null<br>
@@ -1,42 +0,0 @@<br>
<div><div class="h5">-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
- * ver.c<br>
- *<br>
- * version string<br>
- *<br>
- * Copyright (C) 2002, 2005 Oracle.  All rights reserved.<br>
- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
-#include &lt;linux/module.h&gt;<br>
</div></div><div class="im">-#include &lt;linux/kernel.h&gt;<br>
-<br>
-#include &quot;ver.h&quot;<br>
-<br>
</div>-#define CLUSTER_BUILD_VERSION &quot;1.5.0&quot;<br>
-<br>
-#define VERSION_STR &quot;OCFS2 Node Manager &quot; CLUSTER_BUILD_VERSION<br>
-<br>
-void cluster_print_version(void)<br>
<div class="im">-{<br>
-       printk(KERN_INFO &quot;%s\n&quot;, VERSION_STR);<br>
-}<br>
-<br>
-MODULE_DESCRIPTION(VERSION_STR);<br>
-<br>
</div>-MODULE_VERSION(CLUSTER_BUILD_VERSION);<br>
diff --git a/fs/ocfs2/cluster/ver.h b/fs/ocfs2/cluster/ver.h<br>
deleted file mode 100644<br>
index 32554c3..0000000<br>
--- a/fs/ocfs2/cluster/ver.h<br>
<div class="im">+++ /dev/null<br>
@@ -1,31 +0,0 @@<br>
-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
- * ver.h<br>
- *<br>
- * Function prototypes<br>
- *<br>
</div>- * Copyright (C) 2005 Oracle.  All rights reserved.<br>
<div class="im">- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
</div>-#ifndef O2CLUSTER_VER_H<br>
-#define O2CLUSTER_VER_H<br>
-<br>
-void cluster_print_version(void);<br>
-<br>
-#endif /* O2CLUSTER_VER_H */<br>
diff --git a/fs/ocfs2/dlm/Makefile b/fs/ocfs2/dlm/Makefile<br>
index c8a044e..bd1aab1f 100644<br>
--- a/fs/ocfs2/dlm/Makefile<br>
+++ b/fs/ocfs2/dlm/Makefile<br>
@@ -3,5 +3,5 @@ ccflags-y := -Ifs/ocfs2<br>
 obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o<br>
<br>
 ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \<br>
-       dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o dlmver.o<br>
+       dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o<br>
<br>
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c<br>
index 8b3382a..e8783bd 100644<br>
--- a/fs/ocfs2/dlm/dlmdomain.c<br>
+++ b/fs/ocfs2/dlm/dlmdomain.c<br>
@@ -43,8 +43,6 @@<br>
 #include &quot;dlmdomain.h&quot;<br>
 #include &quot;dlmdebug.h&quot;<br>
<br>
-#include &quot;dlmver.h&quot;<br>
-<br>
 #define MLOG_MASK_PREFIX (ML_DLM|ML_DLM_DOMAIN)<br>
 #include &quot;cluster/masklog.h&quot;<br>
<br>
@@ -2328,8 +2326,6 @@ static int __init dlm_init(void)<br>
 {<br>
        int status;<br>
<br>
-       dlm_print_version();<br>
-<br>
        status = dlm_init_mle_cache();<br>
        if (status) {<br>
                mlog(ML_ERROR, &quot;Could not create o2dlm_mle slabcache\n&quot;);<br>
diff --git a/fs/ocfs2/dlm/dlmver.c b/fs/ocfs2/dlm/dlmver.c<br>
deleted file mode 100644<br>
index dfc0da4..0000000<br>
--- a/fs/ocfs2/dlm/dlmver.c<br>
+++ /dev/null<br>
@@ -1,42 +0,0 @@<br>
<div class="im">-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
</div>- * dlmver.c<br>
<div class="im">- *<br>
- * version string<br>
- *<br>
- * Copyright (C) 2002, 2005 Oracle.  All rights reserved.<br>
- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
-#include &lt;linux/module.h&gt;<br>
</div>-#include &lt;linux/kernel.h&gt;<br>
-<br>
-#include &quot;dlmver.h&quot;<br>
-<br>
-#define DLM_BUILD_VERSION &quot;1.5.0&quot;<br>
-<br>
-#define VERSION_STR &quot;OCFS2 DLM &quot; DLM_BUILD_VERSION<br>
-<br>
-void dlm_print_version(void)<br>
<div class="im">-{<br>
-       printk(KERN_INFO &quot;%s\n&quot;, VERSION_STR);<br>
-}<br>
-<br>
-MODULE_DESCRIPTION(VERSION_STR);<br>
-<br>
</div>-MODULE_VERSION(DLM_BUILD_VERSION);<br>
diff --git a/fs/ocfs2/dlm/dlmver.h b/fs/ocfs2/dlm/dlmver.h<br>
deleted file mode 100644<br>
index f674aee..0000000<br>
--- a/fs/ocfs2/dlm/dlmver.h<br>
<div class="im">+++ /dev/null<br>
@@ -1,31 +0,0 @@<br>
-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
</div>- * dlmfsver.h<br>
<div class="im">- *<br>
- * Function prototypes<br>
- *<br>
</div>- * Copyright (C) 2005 Oracle.  All rights reserved.<br>
<div class="im">- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
</div>-#ifndef DLM_VER_H<br>
-#define DLM_VER_H<br>
-<br>
-void dlm_print_version(void);<br>
-<br>
-#endif /* DLM_VER_H */<br>
diff --git a/fs/ocfs2/dlmfs/Makefile b/fs/ocfs2/dlmfs/Makefile<br>
index f14be89..eed3db8 100644<br>
--- a/fs/ocfs2/dlmfs/Makefile<br>
+++ b/fs/ocfs2/dlmfs/Makefile<br>
@@ -2,4 +2,4 @@ ccflags-y := -Ifs/ocfs2<br>
<br>
 obj-$(CONFIG_OCFS2_FS) += ocfs2_dlmfs.o<br>
<br>
-ocfs2_dlmfs-objs := userdlm.o dlmfs.o dlmfsver.o<br>
+ocfs2_dlmfs-objs := userdlm.o dlmfs.o<br>
diff --git a/fs/ocfs2/dlmfs/dlmfs.c b/fs/ocfs2/dlmfs/dlmfs.c<br>
index efa2b3d..e98fa2f 100644<br>
--- a/fs/ocfs2/dlmfs/dlmfs.c<br>
+++ b/fs/ocfs2/dlmfs/dlmfs.c<br>
@@ -49,7 +49,6 @@<br>
<br>
 #include &quot;stackglue.h&quot;<br>
 #include &quot;userdlm.h&quot;<br>
-#include &quot;dlmfsver.h&quot;<br>
<br>
 #define MLOG_MASK_PREFIX ML_DLMFS<br>
 #include &quot;cluster/masklog.h&quot;<br>
@@ -644,8 +643,6 @@ static int __init init_dlmfs_fs(void)<br>
        int status;<br>
        int cleanup_inode = 0, cleanup_worker = 0;<br>
<br>
-       dlmfs_print_version();<br>
-<br>
        status = bdi_init(&amp;dlmfs_backing_dev_info);<br>
        if (status)<br>
                return status;<br>
diff --git a/fs/ocfs2/dlmfs/dlmfsver.c b/fs/ocfs2/dlmfs/dlmfsver.c<br>
deleted file mode 100644<br>
index a733b33..0000000<br>
--- a/fs/ocfs2/dlmfs/dlmfsver.c<br>
+++ /dev/null<br>
@@ -1,42 +0,0 @@<br>
<div class="im">-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
</div>- * dlmfsver.c<br>
<div class="im">- *<br>
- * version string<br>
- *<br>
- * Copyright (C) 2002, 2005 Oracle.  All rights reserved.<br>
- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
-#include &lt;linux/module.h&gt;<br>
</div>-#include &lt;linux/kernel.h&gt;<br>
-<br>
-#include &quot;dlmfsver.h&quot;<br>
-<br>
-#define DLM_BUILD_VERSION &quot;1.5.0&quot;<br>
-<br>
-#define VERSION_STR &quot;OCFS2 DLMFS &quot; DLM_BUILD_VERSION<br>
-<br>
-void dlmfs_print_version(void)<br>
<div class="im">-{<br>
-       printk(KERN_INFO &quot;%s\n&quot;, VERSION_STR);<br>
-}<br>
-<br>
-MODULE_DESCRIPTION(VERSION_STR);<br>
-<br>
</div>-MODULE_VERSION(DLM_BUILD_VERSION);<br>
diff --git a/fs/ocfs2/dlmfs/dlmfsver.h b/fs/ocfs2/dlmfs/dlmfsver.h<br>
deleted file mode 100644<br>
index f35eadb..0000000<br>
--- a/fs/ocfs2/dlmfs/dlmfsver.h<br>
<div class="im">+++ /dev/null<br>
@@ -1,31 +0,0 @@<br>
-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
</div>- * dlmver.h<br>
<div class="im">- *<br>
- * Function prototypes<br>
- *<br>
</div>- * Copyright (C) 2005 Oracle.  All rights reserved.<br>
<div class="im">- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
</div>-#ifndef DLMFS_VER_H<br>
-#define DLMFS_VER_H<br>
-<br>
-void dlmfs_print_version(void);<br>
-<br>
-#endif /* DLMFS_VER_H */<br>
<div class="HOEnZb"><div class="h5">diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c<br>
index c414929..a4382d1 100644<br>
--- a/fs/ocfs2/super.c<br>
+++ b/fs/ocfs2/super.c<br>
@@ -68,7 +68,6 @@<br>
 #include &quot;super.h&quot;<br>
 #include &quot;sysfile.h&quot;<br>
 #include &quot;uptodate.h&quot;<br>
-#include &quot;ver.h&quot;<br>
 #include &quot;xattr.h&quot;<br>
 #include &quot;quota.h&quot;<br>
 #include &quot;refcounttree.h&quot;<br>
@@ -1618,8 +1617,6 @@ static int __init ocfs2_init(void)<br>
 {<br>
        int status, i;<br>
<br>
-       ocfs2_print_version();<br>
-<br>
        for (i = 0; i &lt; OCFS2_IOEND_WQ_HASH_SZ; i++)<br>
                init_waitqueue_head(&amp;ocfs2__ioend_wq[i]);<br>
<br>
diff --git a/fs/ocfs2/ver.c b/fs/ocfs2/ver.c<br>
deleted file mode 100644<br>
index e2488f4..0000000<br>
--- a/fs/ocfs2/ver.c<br>
+++ /dev/null<br>
@@ -1,43 +0,0 @@<br>
-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
- * ver.c<br>
- *<br>
- * version string<br>
- *<br>
- * Copyright (C) 2002, 2005 Oracle.  All rights reserved.<br>
- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
-#include &lt;linux/module.h&gt;<br>
-#include &lt;linux/string.h&gt;<br>
-#include &lt;linux/kernel.h&gt;<br>
-<br>
-#include &quot;ver.h&quot;<br>
-<br>
-#define OCFS2_BUILD_VERSION &quot;1.5.0&quot;<br>
-<br>
-#define VERSION_STR &quot;OCFS2 &quot; OCFS2_BUILD_VERSION<br>
-<br>
-void ocfs2_print_version(void)<br>
-{<br>
-       printk(KERN_INFO &quot;%s\n&quot;, VERSION_STR);<br>
-}<br>
-<br>
-MODULE_DESCRIPTION(VERSION_STR);<br>
-<br>
-MODULE_VERSION(OCFS2_BUILD_VERSION);<br>
diff --git a/fs/ocfs2/ver.h b/fs/ocfs2/ver.h<br>
deleted file mode 100644<br>
index d7395cb..0000000<br>
--- a/fs/ocfs2/ver.h<br>
+++ /dev/null<br>
@@ -1,31 +0,0 @@<br>
-/* -*- mode: c; c-basic-offset: 8; -*-<br>
- * vim: noexpandtab sw=8 ts=8 sts=0:<br>
- *<br>
- * ver.h<br>
- *<br>
- * Function prototypes<br>
- *<br>
- * Copyright (C) 2002, 2004 Oracle.  All rights reserved.<br>
- *<br>
- * This program is free software; you can redistribute it and/or<br>
- * modify it under the terms of the GNU General Public<br>
- * License as published by the Free Software Foundation; either<br>
- * version 2 of the License, or (at your option) any later version.<br>
- *<br>
- * This program is distributed in the hope that it will be useful,<br>
- * but WITHOUT ANY WARRANTY; without even the implied warranty of<br>
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU<br>
- * General Public License for more details.<br>
- *<br>
- * You should have received a copy of the GNU General Public<br>
- * License along with this program; if not, write to the<br>
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,<br>
- * Boston, MA 021110-1307, USA.<br>
- */<br>
-<br>
-#ifndef OCFS2_VER_H<br>
-#define OCFS2_VER_H<br>
-<br>
-void ocfs2_print_version(void);<br>
-<br>
-#endif /* OCFS2_VER_H */<br>
--<br>
1.8.1.4<br>
<br>
<br>
--<br>
Goldwyn<br>
<br>
</div></div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ocfs2-devel mailing list<br>
<a href="mailto:Ocfs2-devel@oss.oracle.com">Ocfs2-devel@oss.oracle.com</a><br>
<a href="https://oss.oracle.com/mailman/listinfo/ocfs2-devel" target="_blank">https://oss.oracle.com/mailman/listinfo/ocfs2-devel</a><br>
</div></div></blockquote></div><br></div>