Index: super.c =================================================================== --- super.c (revision 754) +++ super.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #include #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_SUPER Index: extmap.c =================================================================== --- extmap.c (revision 754) +++ extmap.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_EXTMAP Index: inode.c =================================================================== --- inode.c (revision 754) +++ inode.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_INODE Index: heartbeat.c =================================================================== --- heartbeat.c (revision 754) +++ heartbeat.c (working copy) @@ -25,7 +25,7 @@ */ #if !defined(USERSPACE_TOOL) -#include +#include "inc/ocfs.h" #endif #if defined(USERSPACE_TOOL) Index: proc.c =================================================================== --- proc.c (revision 754) +++ proc.c (working copy) @@ -26,7 +26,7 @@ #define OCFSPROC_PRIVATE_DECLS -#include +#include "inc/ocfs.h" /* Tracing */ Index: dcache.c =================================================================== --- dcache.c (revision 754) +++ dcache.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_DCACHE Index: io.c =================================================================== --- io.c (revision 754) +++ io.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_IO Index: nm.c =================================================================== --- nm.c (revision 754) +++ nm.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" /* Tracing */ #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_NM Index: ioctl.c =================================================================== --- ioctl.c (revision 754) +++ ioctl.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" /* Tracing */ #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_IOCTL Index: journal.c =================================================================== --- journal.c (revision 754) +++ journal.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Joel Becker */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_JOURNAL Index: bitmap.c =================================================================== --- bitmap.c (revision 754) +++ bitmap.c (working copy) @@ -25,7 +25,7 @@ */ #if defined(__KERNEL__) -#include +#include "inc/ocfs.h" #else #include #include Index: dlm.c =================================================================== --- dlm.c (revision 754) +++ dlm.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" extern __u32 comm_voting; Index: util.c =================================================================== --- util.c (revision 754) +++ util.c (working copy) @@ -25,7 +25,7 @@ */ #ifdef __KERNEL__ -#include +#include "inc/ocfs.h" #else #include #endif Index: vote.c =================================================================== --- vote.c (revision 754) +++ vote.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh */ -#include +#include "inc/ocfs.h" /* Tracing */ #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_VOTE Index: dir.c =================================================================== --- dir.c (revision 754) +++ dir.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_DIR Index: sysfile.c =================================================================== --- sysfile.c (revision 754) +++ sysfile.c (working copy) @@ -25,7 +25,7 @@ */ #ifdef __KERNEL__ -#include +#include "inc/ocfs.h" #else #include #include Index: file.c =================================================================== --- file.c (revision 754) +++ file.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_FILE static int ocfs_change_file_attrib (ocfs_super * osb, __u64 parent_off, ocfs_inode * oin, __u64 file_size, __u64 file_off, struct iattr *attr, struct inode *inode); Index: volcfg.c =================================================================== --- volcfg.c (revision 754) +++ volcfg.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" /* Tracing */ #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_VOLCFG Index: hash.c =================================================================== --- hash.c (revision 754) +++ hash.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" /* Tracing */ Index: osb.c =================================================================== --- osb.c (revision 754) +++ osb.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_OSB Index: sem.c =================================================================== --- sem.c (revision 754) +++ sem.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_SEM Index: oin.c =================================================================== --- oin.c (revision 754) +++ oin.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_OIN Index: symlink.c =================================================================== --- symlink.c (revision 754) +++ symlink.c (working copy) @@ -30,7 +30,7 @@ * for CDSL support */ -#include +#include "inc/ocfs.h" #include #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_SYMLINK Index: inc/io.h =================================================================== --- inc/io.h (revision 754) +++ inc/io.h (working copy) @@ -29,7 +29,7 @@ #include #include -#include +#include "proto.h" /* Yosh made me do it. */ static inline int ocfs_write_bh (ocfs_super *osb, Index: namei.c =================================================================== --- namei.c (revision 754) +++ namei.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh, Neeraj Goyal, Suchit Kaura */ -#include +#include "inc/ocfs.h" #define OCFS_DEBUG_CONTEXT OCFS_DEBUG_CONTEXT_NAMEI Index: alloc.c =================================================================== --- alloc.c (revision 754) +++ alloc.c (working copy) @@ -25,7 +25,7 @@ */ #ifdef __KERNEL__ -#include +#include "inc/ocfs.h" #else #include #endif Index: ver.c =================================================================== --- ver.c (revision 754) +++ ver.c (working copy) @@ -24,7 +24,7 @@ * Manish Singh */ -#include +#include "inc/ocfs.h" #include #include