[Ocfs2-tools-commits] jlbec commits r378 - trunk/libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Nov 9 13:42:28 CST 2004


Author: jlbec
Date: 2004-11-09 13:42:26 -0600 (Tue, 09 Nov 2004)
New Revision: 378

Modified:
   trunk/libocfs2/bitmap.c
   trunk/libocfs2/bitops.c
   trunk/libocfs2/cached_inode.c
   trunk/libocfs2/chain.c
   trunk/libocfs2/checkhb.c
   trunk/libocfs2/closefs.c
   trunk/libocfs2/dir_iterate.c
   trunk/libocfs2/dirblock.c
   trunk/libocfs2/extent_map.c
   trunk/libocfs2/extents.c
   trunk/libocfs2/fileio.c
   trunk/libocfs2/freefs.c
   trunk/libocfs2/inode.c
   trunk/libocfs2/inode_scan.c
   trunk/libocfs2/link.c
   trunk/libocfs2/lookup.c
   trunk/libocfs2/memory.c
   trunk/libocfs2/mkjournal.c
   trunk/libocfs2/ocfs2_err.et.in
   trunk/libocfs2/openfs.c
   trunk/libocfs2/sysfile.c
   trunk/libocfs2/unix_io.c
   trunk/libocfs2/unlink.c
Log:
For Mark

Modified: trunk/libocfs2/bitmap.c
===================================================================
--- trunk/libocfs2/bitmap.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/bitmap.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -20,8 +20,6 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
- *
- * Authors: Joel Becker
  */
 
 #define _XOPEN_SOURCE 600 /* Triggers magic in features.h */

Modified: trunk/libocfs2/bitops.c
===================================================================
--- trunk/libocfs2/bitops.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/bitops.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -22,8 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  *  This code is a port of e2fsprogs/lib/ext2fs/bitops.c
  *  Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/cached_inode.c
===================================================================
--- trunk/libocfs2/cached_inode.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/cached_inode.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -20,8 +20,6 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
- *
- * Authors: Joel Becker
  */
 
 #define _XOPEN_SOURCE 600  /* Triggers XOPEN2K in features.h */

Modified: trunk/libocfs2/chain.c
===================================================================
--- trunk/libocfs2/chain.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/chain.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -20,8 +20,6 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
- *
- * Authors: Joel Becker
  */
 
 #define _XOPEN_SOURCE 600  /* Triggers XOPEN2K in features.h */

Modified: trunk/libocfs2/checkhb.c
===================================================================
--- trunk/libocfs2/checkhb.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/checkhb.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -1,4 +1,6 @@
-/*
+/* -*- mode: c; c-basic-offset: 8; -*-
+ * vim: noexpandtab sw=8 ts=8 sts=0:
+ *
  * checkhb.c
  *
  * ocfs2 check heartbeat function
@@ -19,8 +21,6 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
- *
- * Authors: Sunil Mushran
  */
 
 #define _LARGEFILE64_SOURCE

Modified: trunk/libocfs2/closefs.c
===================================================================
--- trunk/libocfs2/closefs.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/closefs.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/closefs.c
  *   Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/dir_iterate.c
===================================================================
--- trunk/libocfs2/dir_iterate.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/dir_iterate.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  *  This code is a port of e2fsprogs/lib/ext2fs/dir_iterate.c
  *  Copyright (C) 1993, 1994, 1994, 1995, 1996, 1997 Theodore Ts'o.
  */

Modified: trunk/libocfs2/dirblock.c
===================================================================
--- trunk/libocfs2/dirblock.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/dirblock.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  *  This code is a port of e2fsprogs/lib/ext2fs/dirblock.c
  *  Copyright (C) 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/extent_map.c
===================================================================
--- trunk/libocfs2/extent_map.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/extent_map.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -20,8 +20,6 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
- *
- * Authors: Joel Becker
  */
 
 #define _XOPEN_SOURCE 600 /* Triggers magic in features.h */

Modified: trunk/libocfs2/extents.c
===================================================================
--- trunk/libocfs2/extents.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/extents.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -22,8 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/block.c
  *   Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/fileio.c
===================================================================
--- trunk/libocfs2/fileio.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/fileio.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/fileio.c
  *   Copyright (C) 1997 Theodore Ts'o.
  */

Modified: trunk/libocfs2/freefs.c
===================================================================
--- trunk/libocfs2/freefs.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/freefs.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/freefs.c
  *   Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/inode.c
===================================================================
--- trunk/libocfs2/inode.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/inode.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/inode.c
  *   Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/inode_scan.c
===================================================================
--- trunk/libocfs2/inode_scan.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/inode_scan.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -22,8 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/inode_scan.c
  *   Copyright (C) 1993, 1994, 1995, 1996, 1997 Theodore Ts'o.
  */

Modified: trunk/libocfs2/link.c
===================================================================
--- trunk/libocfs2/link.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/link.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  *  This code is a port of e2fsprogs/lib/ext2fs/link.c
  *  Copyright (C) 1993, 1994 Theodore Ts'o.
  */

Modified: trunk/libocfs2/lookup.c
===================================================================
--- trunk/libocfs2/lookup.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/lookup.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  *  This code is a port of e2fsprogs/lib/ext2fs/lookup.c
  *  Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o.
  */

Modified: trunk/libocfs2/memory.c
===================================================================
--- trunk/libocfs2/memory.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/memory.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Portions of this code from e2fsprogs/lib/ext2fs/ext2fs.h
  *  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
  *  	2002 by Theodore Ts'o.

Modified: trunk/libocfs2/mkjournal.c
===================================================================
--- trunk/libocfs2/mkjournal.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/mkjournal.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Portions of the code from e2fsprogs/lib/ext2fs/mkjournal.c
  *   Copyright (C) 2000 Theodore Ts'o.
  */

Modified: trunk/libocfs2/ocfs2_err.et.in
===================================================================
--- trunk/libocfs2/ocfs2_err.et.in	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/ocfs2_err.et.in	2004-11-09 19:42:26 UTC (rev 378)
@@ -1,8 +1,24 @@
 #
-# Copyright (C) 2004 Oracle Corporation
+# ocfs2_err.et.in
 #
-# Authors: Joel Becker
+# Error codes for the OCFS2 userspace library.
 #
+# 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, version 2,  as published by the Free Software Foundation.
+# 
+# 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.
+#
 	error_table ocfs
 
 ec	OCFS2_ET_BASE,

Modified: trunk/libocfs2/openfs.c
===================================================================
--- trunk/libocfs2/openfs.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/openfs.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Ideas taken from e2fsprogs/lib/ext2fs/openfs.c
  *   Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
  */

Modified: trunk/libocfs2/sysfile.c
===================================================================
--- trunk/libocfs2/sysfile.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/sysfile.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -20,8 +20,6 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
- *
- * Authors: Joel Becker
  */
 
 #define _XOPEN_SOURCE 600  /* Triggers XOPEN2K in features.h */

Modified: trunk/libocfs2/unix_io.c
===================================================================
--- trunk/libocfs2/unix_io.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/unix_io.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -21,8 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  * Portions of this code from e2fsprogs/lib/ext2fs/unix_io.c
  *  Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
  *  	2002 by Theodore Ts'o.

Modified: trunk/libocfs2/unlink.c
===================================================================
--- trunk/libocfs2/unlink.c	2004-11-09 19:37:32 UTC (rev 377)
+++ trunk/libocfs2/unlink.c	2004-11-09 19:42:26 UTC (rev 378)
@@ -22,8 +22,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
  *
- * Authors: Joel Becker
- *
  *  This code is a port of e2fsprogs/lib/ext2fs/unlink.c
  *  Copyright (C) 1993, 1994, 1997 Theodore Ts'o.
  */



More information about the Ocfs2-tools-commits mailing list