[Ocfs2-commits] mfasheh commits r1566 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Oct 12 16:53:28 CDT 2004
Author: mfasheh
Date: 2004-10-12 16:53:27 -0500 (Tue, 12 Oct 2004)
New Revision: 1566
Modified:
trunk/src/alloc.c
trunk/src/alloc.h
trunk/src/aops.c
trunk/src/bitmap.c
trunk/src/bitmap.h
trunk/src/buffer_head_io.c
trunk/src/buffer_head_io.h
trunk/src/dcache.c
trunk/src/dcache.h
trunk/src/dir.c
trunk/src/dir.h
trunk/src/dlm.c
trunk/src/dlm.h
trunk/src/extmap.c
trunk/src/extmap.h
trunk/src/file.c
trunk/src/file.h
trunk/src/heartbeat.c
trunk/src/heartbeat.h
trunk/src/inode.c
trunk/src/inode.h
trunk/src/ioctl.c
trunk/src/ioctl.h
trunk/src/journal.c
trunk/src/journal.h
trunk/src/localalloc.c
trunk/src/localalloc.h
trunk/src/lockres.c
trunk/src/lockres.h
trunk/src/namei.c
trunk/src/namei.h
trunk/src/nm.c
trunk/src/nm.h
trunk/src/ocfs.h
trunk/src/ocfs1_fs_compat.h
trunk/src/ocfs2.h
trunk/src/ocfs2_disk_dlm.h
trunk/src/ocfs2_fs.h
trunk/src/ocfs_compat.h
trunk/src/ocfs_journal.h
trunk/src/ocfs_log.h
trunk/src/proc.c
trunk/src/proc.h
trunk/src/suballoc.c
trunk/src/suballoc.h
trunk/src/super.c
trunk/src/super.h
trunk/src/symlink.h
trunk/src/sysfile.c
trunk/src/sysfile.h
trunk/src/util.c
trunk/src/util.h
trunk/src/ver.c
trunk/src/ver.h
trunk/src/volcfg.c
trunk/src/volcfg.h
trunk/src/vote.c
trunk/src/vote.h
Log:
* some comment changes.
- we need a simple maintainers file.
Modified: trunk/src/alloc.c
===================================================================
--- trunk/src/alloc.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/alloc.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/alloc.h
===================================================================
--- trunk/src/alloc.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/alloc.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_ALLOC_H
Modified: trunk/src/aops.c
===================================================================
--- trunk/src/aops.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/aops.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -17,9 +17,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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/bitmap.c
===================================================================
--- trunk/src/bitmap.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/bitmap.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/bitmap.h
===================================================================
--- trunk/src/bitmap.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/bitmap.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_BITMAP_H
Modified: trunk/src/buffer_head_io.c
===================================================================
--- trunk/src/buffer_head_io.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/buffer_head_io.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/buffer_head_io.h
===================================================================
--- trunk/src/buffer_head_io.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/buffer_head_io.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh
*/
#ifndef OCFSIO_H
Modified: trunk/src/dcache.c
===================================================================
--- trunk/src/dcache.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/dcache.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/dcache.h
===================================================================
--- trunk/src/dcache.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/dcache.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_DCACHE_H
Modified: trunk/src/dir.c
===================================================================
--- trunk/src/dir.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/dir.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -34,9 +34,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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/dir.h
===================================================================
--- trunk/src/dir.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/dir.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_DIR_H
Modified: trunk/src/dlm.c
===================================================================
--- trunk/src/dlm.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/dlm.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/dlm.h
===================================================================
--- trunk/src/dlm.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/dlm.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_DLM_H
Modified: trunk/src/extmap.c
===================================================================
--- trunk/src/extmap.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/extmap.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/extmap.h
===================================================================
--- trunk/src/extmap.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/extmap.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_EXTMAP_H
Modified: trunk/src/file.c
===================================================================
--- trunk/src/file.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/file.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/file.h
===================================================================
--- trunk/src/file.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/file.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_FILE_H
Modified: trunk/src/heartbeat.c
===================================================================
--- trunk/src/heartbeat.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/heartbeat.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/heartbeat.h
===================================================================
--- trunk/src/heartbeat.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/heartbeat.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_HEARTBEAT_H
Modified: trunk/src/inode.c
===================================================================
--- trunk/src/inode.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/inode.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#define KERNEL_NO_F_IOBUF
#include "ocfs_compat.h"
Modified: trunk/src/inode.h
===================================================================
--- trunk/src/inode.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/inode.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_INODE_H
Modified: trunk/src/ioctl.c
===================================================================
--- trunk/src/ioctl.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ioctl.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/ioctl.h
===================================================================
--- trunk/src/ioctl.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ioctl.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_IOCTL_H
Modified: trunk/src/journal.c
===================================================================
--- trunk/src/journal.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/journal.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Joel Becker
*/
#include "ocfs_compat.h"
Modified: trunk/src/journal.h
===================================================================
--- trunk/src/journal.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/journal.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_JOURNAL_H
Modified: trunk/src/localalloc.c
===================================================================
--- trunk/src/localalloc.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/localalloc.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_LOCALALLOC
Modified: trunk/src/localalloc.h
===================================================================
--- trunk/src/localalloc.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/localalloc.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_LOCALALLOC_H
Modified: trunk/src/lockres.c
===================================================================
--- trunk/src/lockres.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/lockres.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/lockres.h
===================================================================
--- trunk/src/lockres.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/lockres.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_LOCKRES_H
Modified: trunk/src/namei.c
===================================================================
--- trunk/src/namei.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/namei.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -34,9 +34,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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/namei.h
===================================================================
--- trunk/src/namei.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/namei.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_NAMEI_H
Modified: trunk/src/nm.c
===================================================================
--- trunk/src/nm.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/nm.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/nm.h
===================================================================
--- trunk/src/nm.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/nm.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_NM_H
Modified: trunk/src/ocfs.h
===================================================================
--- trunk/src/ocfs.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura, Joel Becker
*/
#ifndef OCFS_H
Modified: trunk/src/ocfs1_fs_compat.h
===================================================================
--- trunk/src/ocfs1_fs_compat.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs1_fs_compat.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -23,9 +23,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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura, Joel Becker
*/
#ifndef _OCFS1_FS_COMPAT_H
Modified: trunk/src/ocfs2.h
===================================================================
--- trunk/src/ocfs2.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs2.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,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: Kurt Hackel, Mark Fasheh, Joel Becker
*/
#ifndef OCFS2_H
Modified: trunk/src/ocfs2_disk_dlm.h
===================================================================
--- trunk/src/ocfs2_disk_dlm.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs2_disk_dlm.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -20,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Joel Becker
*/
#ifndef _OCFS2_DISK_DLM_H
Modified: trunk/src/ocfs2_fs.h
===================================================================
--- trunk/src/ocfs2_fs.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs2_fs.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -20,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Joel Becker
*/
#ifndef _OCFS2_FS_H
Modified: trunk/src/ocfs_compat.h
===================================================================
--- trunk/src/ocfs_compat.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs_compat.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS_COMPAT_H
Modified: trunk/src/ocfs_journal.h
===================================================================
--- trunk/src/ocfs_journal.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs_journal.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh
*/
#ifndef _OCFSJOURNAL_H_
@@ -178,7 +175,7 @@
/* The following two fields are for ocfs_handle_add_lock */
int num_locks;
struct list_head locks; /* A bunch of locks to
- * release on commit/abort. This
+ * release on commit. This
* should be a list_head */
struct list_head inode_list;
@@ -227,8 +224,7 @@
* cluster locks on it. To actually change blocks,
* call ocfs_start_trans with the handle returned
* from this function. You may call ocfs_commit_trans
- * and ocfs_abort_trans at any time in the lifetime
- * of a handle.
+ * at any time in the lifetime of a handle.
* ocfs_start_trans - Begin a transaction. Give it an upper estimate of
* the number of blocks that will be changed during
* this handle.
@@ -260,10 +256,9 @@
/*
* Create access is for when we get a newly created buffer and we're
- * not gonna read it off disk, but rather fill it ourselves. If it's
- * not part of an already commiting transaction, we'll mark it to be
- * passed to journal_forget in case of abort. Otherwise, it's treated
- * just like a OCFS_JOURNAL_ACCESS_WRITE buffer.
+ * not gonna read it off disk, but rather fill it ourselves. Right
+ * now, we don't do anything special with this (it turns into a write
+ * request), but this is a good placeholder in case we do...
*
* Write access is for when we read a block off disk and are going to
* modify it. This way the journalling layer knows it may need to make
@@ -300,11 +295,8 @@
__u32 type, __u32 flags,
struct inode *inode);
/*
- * Some transactions require us to leave inodes in a locked state
- * until we either commit or abort because the buffer state can change
- * in abort_trans. Use this function to lock those inodes and put them
- * on the handle where they'll be cleaned up after the transaction
- * completes.
+ * Use this to protect from other processes reading buffer state while
+ * it's in flight.
*/
void ocfs_handle_add_inode(ocfs_journal_handle *handle,
struct inode *inode);
@@ -316,9 +308,7 @@
* For convenience sake, I have a set of macros here which calculate
* the *maximum* number of sectors which will be changed for various
* metadata updates. I also have a completely arbitrary 'fuzz' value
- * which I'll add to some of these in case of a miscalculation. The
- * journal is large enough, and we don't journal as much metadata
- * that I'm not worried about the 'fuzz' taking up potential credits.
+ * which I'll add to some of these in case of a miscalculation.
*/
#define OCFS_JOURNAL_FUZZ_CREDITS (5)
@@ -345,7 +335,7 @@
* large chunk. */
bitmap_blocks = ocfs_blocks_for_bits(sb, bits_wanted) + 1;
- /* we might need to shift granularity so lets assume an
+ /* we might need to shift tree depth so lets assume an
* absolute worst case of complete fragmentation so for each
* new metadata block we have a descriptor and the actual
* block and of course 1 credit for the metadata dinode
Modified: trunk/src/ocfs_log.h
===================================================================
--- trunk/src/ocfs_log.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ocfs_log.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS_LOG_H
Modified: trunk/src/proc.c
===================================================================
--- trunk/src/proc.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/proc.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh
*/
#define OCFSPROC_PRIVATE_DECLS
Modified: trunk/src/proc.h
===================================================================
--- trunk/src/proc.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/proc.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_PROC_H
Modified: trunk/src/suballoc.c
===================================================================
--- trunk/src/suballoc.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/suballoc.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -22,9 +22,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: Mark Fasheh, Kurt Hackel, Joel Becker, Sunil Mushran,
- * Wim Coekaerts, Manish Singh
*/
#include "ocfs_compat.h"
Modified: trunk/src/suballoc.h
===================================================================
--- trunk/src/suballoc.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/suballoc.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Mark Fasheh, Kurt Hackel, Joel Becker, Sunil Mushran,
- * Manish Singh, Wim Coekaerts
*/
#ifndef _CHAINALLOC_H_
Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/super.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/super.h
===================================================================
--- trunk/src/super.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/super.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_SUPER_H
Modified: trunk/src/symlink.h
===================================================================
--- trunk/src/symlink.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/symlink.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_SYMLINK_H
Modified: trunk/src/sysfile.c
===================================================================
--- trunk/src/sysfile.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/sysfile.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/sysfile.h
===================================================================
--- trunk/src/sysfile.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/sysfile.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_SYSFILE_H
Modified: trunk/src/util.c
===================================================================
--- trunk/src/util.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/util.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh
*/
#include "ocfs_compat.h"
Modified: trunk/src/util.h
===================================================================
--- trunk/src/util.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/util.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_UTIL_H
Modified: trunk/src/ver.c
===================================================================
--- trunk/src/ver.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ver.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh
*/
#include "ocfs_compat.h"
Modified: trunk/src/ver.h
===================================================================
--- trunk/src/ver.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/ver.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_VER_H
Modified: trunk/src/volcfg.c
===================================================================
--- trunk/src/volcfg.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/volcfg.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#include "ocfs_compat.h"
Modified: trunk/src/volcfg.h
===================================================================
--- trunk/src/volcfg.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/volcfg.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_VOLCFG_H
Modified: trunk/src/vote.c
===================================================================
--- trunk/src/vote.c 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/vote.c 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh
*/
#include "ocfs_compat.h"
Modified: trunk/src/vote.h
===================================================================
--- trunk/src/vote.h 2004-10-12 21:30:12 UTC (rev 1565)
+++ trunk/src/vote.h 2004-10-12 21:53:27 UTC (rev 1566)
@@ -21,9 +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: Kurt Hackel, Mark Fasheh, Sunil Mushran, Wim Coekaerts,
- * Manish Singh, Neeraj Goyal, Suchit Kaura
*/
#ifndef OCFS2_VOTE_H
More information about the Ocfs2-commits
mailing list