[Ocfs2-commits] mfasheh commits r2025 - in trunk: . fs/ocfs2/cluster fs/ocfs2/dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 21 15:17:56 CST 2005


Author: mfasheh
Signed-off-by: jlbec
Date: 2005-03-21 15:17:54 -0600 (Mon, 21 Mar 2005)
New Revision: 2025

Added:
   trunk/AUTHORS
Modified:
   trunk/Makefile
   trunk/fs/ocfs2/cluster/cl_compat.h
   trunk/fs/ocfs2/cluster/heartbeat.h
   trunk/fs/ocfs2/cluster/nodemanager.h
   trunk/fs/ocfs2/cluster/ocfs2_nodemanager.h
   trunk/fs/ocfs2/cluster/tcp.h
   trunk/fs/ocfs2/dlm/dlmast.c
   trunk/fs/ocfs2/dlm/dlmcommon.h
   trunk/fs/ocfs2/dlm/dlmconvert.c
   trunk/fs/ocfs2/dlm/dlmfs_compat.c
   trunk/fs/ocfs2/dlm/dlmfs_compat.h
   trunk/fs/ocfs2/dlm/dlmlock.c
   trunk/fs/ocfs2/dlm/dlmmaster.c
   trunk/fs/ocfs2/dlm/dlmmod.c
   trunk/fs/ocfs2/dlm/dlmmod.h
   trunk/fs/ocfs2/dlm/dlmrecovery.c
   trunk/fs/ocfs2/dlm/dlmthread.c
   trunk/fs/ocfs2/dlm/dlmunlock.c
   trunk/fs/ocfs2/dlm/userdlm.h
Log:
* add an 'AUTHORS' file

* clean up remaining files to get rid of existing authors lines and to add
  copyright info to those that were missing it.

Signed-off-by: jlbec



Added: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/AUTHORS	2005-03-21 21:17:54 UTC (rev 2025)
@@ -0,0 +1,8 @@
+All code copyright 2005 Oracle except when otherwise noted.
+
+Joel Becker   <joel.becker at oracle.com>
+Zach Brown    <zach.brown at oracle.com>
+Mark Fasheh   <mark.fasheh at oracle.com>
+Kurt Hackel   <kurt.hackel at oracle.com>
+Sunil Mushran <sunil.mushran at oracle.com>
+Manish Singh  <manish.singh at oracle.com>

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/Makefile	2005-03-21 21:17:54 UTC (rev 2025)
@@ -17,6 +17,7 @@
 	kapi-compat/include/wait_event_timeout.h
 
 DIST_FILES = \
+	AUTHORS		\
 	COPYING		\
 	Config.make.in	\
 	Preamble.make	\

Modified: trunk/fs/ocfs2/cluster/cl_compat.h
===================================================================
--- trunk/fs/ocfs2/cluster/cl_compat.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/cluster/cl_compat.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 #ifndef CLUSTER_DLM_COMPAT_H

Modified: trunk/fs/ocfs2/cluster/heartbeat.h
===================================================================
--- trunk/fs/ocfs2/cluster/heartbeat.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/cluster/heartbeat.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 #ifndef CLUSTER_HEARTBEAT_H

Modified: trunk/fs/ocfs2/cluster/nodemanager.h
===================================================================
--- trunk/fs/ocfs2/cluster/nodemanager.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/cluster/nodemanager.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 #ifndef CLUSTER_NODEMANAGER_H

Modified: trunk/fs/ocfs2/cluster/ocfs2_nodemanager.h
===================================================================
--- trunk/fs/ocfs2/cluster/ocfs2_nodemanager.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/cluster/ocfs2_nodemanager.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -23,8 +23,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- *	    Manish Singh, Neeraj Goyal, Suchit Kaura
  */
 
 #ifndef _OCFS2_NODEMANAGER_H

Modified: trunk/fs/ocfs2/cluster/tcp.h
===================================================================
--- trunk/fs/ocfs2/cluster/tcp.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/cluster/tcp.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 #ifndef CLUSTER_TCP_H

Modified: trunk/fs/ocfs2/dlm/dlmast.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmast.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmast.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmcommon.h
===================================================================
--- trunk/fs/ocfs2/dlm/dlmcommon.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmcommon.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 #ifndef CLUSTER_DLMCOMMON_H

Modified: trunk/fs/ocfs2/dlm/dlmconvert.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmconvert.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmconvert.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmfs_compat.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmfs_compat.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmfs_compat.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -1,3 +1,29 @@
+/* -*- mode: c; c-basic-offset: 8; -*-
+ * vim: noexpandtab sw=8 ts=8 sts=0:
+ *
+ * dlmfs_compat.c
+ *
+ * 2.4 compat for dlmfs
+ *
+ * Copyright (C) 2004 Oracle.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 021110-1307, USA.
+ *
+ */
+
 #include <linux/module.h>
 #include <linux/pagemap.h>
 #include <linux/mount.h>

Modified: trunk/fs/ocfs2/dlm/dlmfs_compat.h
===================================================================
--- trunk/fs/ocfs2/dlm/dlmfs_compat.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmfs_compat.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -1,3 +1,29 @@
+/* -*- mode: c; c-basic-offset: 8; -*-
+ * vim: noexpandtab sw=8 ts=8 sts=0:
+ *
+ * dlmfs_compat.h
+ *
+ * 2.4 compat for dlmfs
+ *
+ * Copyright (C) 2004 Oracle.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 021110-1307, USA.
+ *
+ */
+
 #ifndef DLMFS_COMPAT_H
 #define DLMFS_COMPAT_H
 

Modified: trunk/fs/ocfs2/dlm/dlmlock.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmlock.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmlock.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmmaster.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmaster.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmmaster.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmmod.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmod.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmmod.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmmod.h
===================================================================
--- trunk/fs/ocfs2/dlm/dlmmod.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmmod.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 #ifndef CLUSTER_DLMMOD_H

Modified: trunk/fs/ocfs2/dlm/dlmrecovery.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmrecovery.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmrecovery.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmthread.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmthread.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmthread.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/dlmunlock.c
===================================================================
--- trunk/fs/ocfs2/dlm/dlmunlock.c	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/dlmunlock.c	2005-03-21 21:17:54 UTC (rev 2025)
@@ -22,7 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Kurt Hackel
  */
 
 

Modified: trunk/fs/ocfs2/dlm/userdlm.h
===================================================================
--- trunk/fs/ocfs2/dlm/userdlm.h	2005-03-21 21:10:58 UTC (rev 2024)
+++ trunk/fs/ocfs2/dlm/userdlm.h	2005-03-21 21:17:54 UTC (rev 2025)
@@ -3,7 +3,7 @@
  *
  * userdlm.h
  *
- * description here
+ * Userspace dlm defines
  *
  * Copyright (C) 2002, 2004 Oracle.  All rights reserved.
  *



More information about the Ocfs2-commits mailing list