[Ocfs2-commits] jlbec commits r1089 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 14 03:19:00 CDT 2004


Author: jlbec
Date: 2004-06-14 02:18:58 -0500 (Mon, 14 Jun 2004)
New Revision: 1089

Modified:
   branches/format-changes/src/alloc.c
   branches/format-changes/src/alloc.h
   branches/format-changes/src/bitmap.c
   branches/format-changes/src/bitmap.h
   branches/format-changes/src/buffer_head_io.c
   branches/format-changes/src/dcache.c
   branches/format-changes/src/dcache.h
   branches/format-changes/src/dir.c
   branches/format-changes/src/dir.h
   branches/format-changes/src/dlm.c
   branches/format-changes/src/dlm.h
   branches/format-changes/src/extmap.c
   branches/format-changes/src/extmap.h
   branches/format-changes/src/file.c
   branches/format-changes/src/file.h
   branches/format-changes/src/hash.c
   branches/format-changes/src/hash.h
   branches/format-changes/src/heartbeat.c
   branches/format-changes/src/heartbeat.h
   branches/format-changes/src/inode.c
   branches/format-changes/src/inode.h
   branches/format-changes/src/ioctl.c
   branches/format-changes/src/ioctl.h
   branches/format-changes/src/journal.c
   branches/format-changes/src/journal.h
   branches/format-changes/src/lockres.c
   branches/format-changes/src/lockres.h
   branches/format-changes/src/namei.c
   branches/format-changes/src/namei.h
   branches/format-changes/src/nm.c
   branches/format-changes/src/nm.h
   branches/format-changes/src/ocfs.h
   branches/format-changes/src/ocfs1_fs_compat.h
   branches/format-changes/src/ocfs2_fs.h
   branches/format-changes/src/ocfs_buffer_head.h
   branches/format-changes/src/ocfs_compat.h
   branches/format-changes/src/ocfs_journal.h
   branches/format-changes/src/ocfs_log.h
   branches/format-changes/src/proc.c
   branches/format-changes/src/proc.h
   branches/format-changes/src/super.c
   branches/format-changes/src/super.h
   branches/format-changes/src/symlink.c
   branches/format-changes/src/symlink.h
   branches/format-changes/src/sysfile.c
   branches/format-changes/src/sysfile.h
   branches/format-changes/src/util.c
   branches/format-changes/src/util.h
   branches/format-changes/src/ver.c
   branches/format-changes/src/ver.h
   branches/format-changes/src/volcfg.c
   branches/format-changes/src/volcfg.h
   branches/format-changes/src/vote.c
   branches/format-changes/src/vote.h
Log:

o Oops, I screwed up c-basic-offset
o Fix two printks in symlink_get_block



Modified: branches/format-changes/src/alloc.c
===================================================================
--- branches/format-changes/src/alloc.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/alloc.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * alloc.c

Modified: branches/format-changes/src/alloc.h
===================================================================
--- branches/format-changes/src/alloc.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/alloc.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * alloc.h

Modified: branches/format-changes/src/bitmap.c
===================================================================
--- branches/format-changes/src/bitmap.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/bitmap.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * bitmap.c

Modified: branches/format-changes/src/bitmap.h
===================================================================
--- branches/format-changes/src/bitmap.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/bitmap.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * bitmap.h

Modified: branches/format-changes/src/buffer_head_io.c
===================================================================
--- branches/format-changes/src/buffer_head_io.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/buffer_head_io.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * io.c

Modified: branches/format-changes/src/dcache.c
===================================================================
--- branches/format-changes/src/dcache.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/dcache.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * dcache.c

Modified: branches/format-changes/src/dcache.h
===================================================================
--- branches/format-changes/src/dcache.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/dcache.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * dcache.h

Modified: branches/format-changes/src/dir.c
===================================================================
--- branches/format-changes/src/dir.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/dir.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * dir.c

Modified: branches/format-changes/src/dir.h
===================================================================
--- branches/format-changes/src/dir.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/dir.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * dir.h

Modified: branches/format-changes/src/dlm.c
===================================================================
--- branches/format-changes/src/dlm.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/dlm.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * dlm.c

Modified: branches/format-changes/src/dlm.h
===================================================================
--- branches/format-changes/src/dlm.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/dlm.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * dlm.h

Modified: branches/format-changes/src/extmap.c
===================================================================
--- branches/format-changes/src/extmap.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/extmap.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * extmap.c

Modified: branches/format-changes/src/extmap.h
===================================================================
--- branches/format-changes/src/extmap.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/extmap.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * extmap.h

Modified: branches/format-changes/src/file.c
===================================================================
--- branches/format-changes/src/file.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/file.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * file.c

Modified: branches/format-changes/src/file.h
===================================================================
--- branches/format-changes/src/file.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/file.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * file.h

Modified: branches/format-changes/src/hash.c
===================================================================
--- branches/format-changes/src/hash.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/hash.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * hash.c

Modified: branches/format-changes/src/hash.h
===================================================================
--- branches/format-changes/src/hash.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/hash.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * hash.h

Modified: branches/format-changes/src/heartbeat.c
===================================================================
--- branches/format-changes/src/heartbeat.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/heartbeat.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * heartbeat.c

Modified: branches/format-changes/src/heartbeat.h
===================================================================
--- branches/format-changes/src/heartbeat.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/heartbeat.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * heartbeat.h

Modified: branches/format-changes/src/inode.c
===================================================================
--- branches/format-changes/src/inode.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/inode.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * inode.c
@@ -965,8 +965,8 @@
 	}
 
 	if ((iblock << inode->i_sb->s_blocksize_bits) > PATH_MAX + 1) {
-		LOG_ERROR_ARGS ("file offset > PATH_MAX: %llu",
-				(unsigned long long)iblock << 9);
+		LOG_ERROR_ARGS ("block offset > PATH_MAX: %llu",
+				(unsigned long long)iblock);
 		goto bail;
 	}
 
@@ -989,8 +989,8 @@
 	if ((u64)iblock >= ocfs_clusters_to_blocks(inode->i_sb,
 					      fe->i_clusters)) {
 		OCFS_BH_PUT_DATA(bh);
-		LOG_ERROR_ARGS ("file offset is outside the allocated size: %llu",
-		     (unsigned long long)iblock << 9);
+		LOG_ERROR_ARGS ("block offset is outside the allocated size: %llu",
+		     (unsigned long long)iblock);
 		goto bail;
 	}
 

Modified: branches/format-changes/src/inode.h
===================================================================
--- branches/format-changes/src/inode.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/inode.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * inode.h

Modified: branches/format-changes/src/ioctl.c
===================================================================
--- branches/format-changes/src/ioctl.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ioctl.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ioctl.c

Modified: branches/format-changes/src/ioctl.h
===================================================================
--- branches/format-changes/src/ioctl.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ioctl.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ioctl.h

Modified: branches/format-changes/src/journal.c
===================================================================
--- branches/format-changes/src/journal.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/journal.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * journal.c

Modified: branches/format-changes/src/journal.h
===================================================================
--- branches/format-changes/src/journal.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/journal.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * journal.h

Modified: branches/format-changes/src/lockres.c
===================================================================
--- branches/format-changes/src/lockres.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/lockres.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * lockres.c

Modified: branches/format-changes/src/lockres.h
===================================================================
--- branches/format-changes/src/lockres.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/lockres.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * lockres.h

Modified: branches/format-changes/src/namei.c
===================================================================
--- branches/format-changes/src/namei.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/namei.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * namei.c

Modified: branches/format-changes/src/namei.h
===================================================================
--- branches/format-changes/src/namei.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/namei.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * namei.h

Modified: branches/format-changes/src/nm.c
===================================================================
--- branches/format-changes/src/nm.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/nm.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * nm.c

Modified: branches/format-changes/src/nm.h
===================================================================
--- branches/format-changes/src/nm.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/nm.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * nm.h

Modified: branches/format-changes/src/ocfs.h
===================================================================
--- branches/format-changes/src/ocfs.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ocfs.h

Modified: branches/format-changes/src/ocfs1_fs_compat.h
===================================================================
--- branches/format-changes/src/ocfs1_fs_compat.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs1_fs_compat.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ocfs1_fs_compat.h

Modified: branches/format-changes/src/ocfs2_fs.h
===================================================================
--- branches/format-changes/src/ocfs2_fs.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs2_fs.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ocfs2_fs.h

Modified: branches/format-changes/src/ocfs_buffer_head.h
===================================================================
--- branches/format-changes/src/ocfs_buffer_head.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs_buffer_head.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ocfs_buffer_head.h

Modified: branches/format-changes/src/ocfs_compat.h
===================================================================
--- branches/format-changes/src/ocfs_compat.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs_compat.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ocfs_compat.h

Modified: branches/format-changes/src/ocfs_journal.h
===================================================================
--- branches/format-changes/src/ocfs_journal.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs_journal.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * journal.h

Modified: branches/format-changes/src/ocfs_log.h
===================================================================
--- branches/format-changes/src/ocfs_log.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ocfs_log.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ocfs_log.h

Modified: branches/format-changes/src/proc.c
===================================================================
--- branches/format-changes/src/proc.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/proc.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * proc.c

Modified: branches/format-changes/src/proc.h
===================================================================
--- branches/format-changes/src/proc.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/proc.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * proc.h

Modified: branches/format-changes/src/super.c
===================================================================
--- branches/format-changes/src/super.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/super.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * super.c

Modified: branches/format-changes/src/super.h
===================================================================
--- branches/format-changes/src/super.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/super.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * super.h

Modified: branches/format-changes/src/symlink.c
===================================================================
--- branches/format-changes/src/symlink.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/symlink.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  *  linux/cluster/ssi/cfs/symlink.c

Modified: branches/format-changes/src/symlink.h
===================================================================
--- branches/format-changes/src/symlink.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/symlink.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * symlink.h

Modified: branches/format-changes/src/sysfile.c
===================================================================
--- branches/format-changes/src/sysfile.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/sysfile.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * sysfile.c

Modified: branches/format-changes/src/sysfile.h
===================================================================
--- branches/format-changes/src/sysfile.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/sysfile.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * sysfile.h

Modified: branches/format-changes/src/util.c
===================================================================
--- branches/format-changes/src/util.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/util.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * util.c

Modified: branches/format-changes/src/util.h
===================================================================
--- branches/format-changes/src/util.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/util.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * util.h

Modified: branches/format-changes/src/ver.c
===================================================================
--- branches/format-changes/src/ver.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ver.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ver.c

Modified: branches/format-changes/src/ver.h
===================================================================
--- branches/format-changes/src/ver.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/ver.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * ver.h

Modified: branches/format-changes/src/volcfg.c
===================================================================
--- branches/format-changes/src/volcfg.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/volcfg.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * volcfg.c

Modified: branches/format-changes/src/volcfg.h
===================================================================
--- branches/format-changes/src/volcfg.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/volcfg.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * volcfg.h

Modified: branches/format-changes/src/vote.c
===================================================================
--- branches/format-changes/src/vote.c	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/vote.c	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * vote.c

Modified: branches/format-changes/src/vote.h
===================================================================
--- branches/format-changes/src/vote.h	2004-06-14 07:06:17 UTC (rev 1088)
+++ branches/format-changes/src/vote.h	2004-06-14 07:18:58 UTC (rev 1089)
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-basic-offset: 9; -*-
+/* -*- mode: c; c-basic-offset: 8; -*-
  * vim: noexpandtab sw=8 ts=8 sts=0:
  *
  * vote.h



More information about the Ocfs2-commits mailing list