ocfs2.h (12462f1d9f0b96389497438dc2730c6f7410be82) | ocfs2.h (2b4e30fbde425828b17f0e9c8f8e3fd3ecb2bc75) |
---|---|
1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * ocfs2.h 5 * 6 * Defines macros and structures used in OCFS2 7 * 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. --- 20 unchanged lines hidden (view full) --- 29#include <linux/spinlock.h> 30#include <linux/sched.h> 31#include <linux/wait.h> 32#include <linux/list.h> 33#include <linux/rbtree.h> 34#include <linux/workqueue.h> 35#include <linux/kref.h> 36#include <linux/mutex.h> | 1/* -*- mode: c; c-basic-offset: 8; -*- 2 * vim: noexpandtab sw=8 ts=8 sts=0: 3 * 4 * ocfs2.h 5 * 6 * Defines macros and structures used in OCFS2 7 * 8 * Copyright (C) 2002, 2004 Oracle. All rights reserved. --- 20 unchanged lines hidden (view full) --- 29#include <linux/spinlock.h> 30#include <linux/sched.h> 31#include <linux/wait.h> 32#include <linux/list.h> 33#include <linux/rbtree.h> 34#include <linux/workqueue.h> 35#include <linux/kref.h> 36#include <linux/mutex.h> |
37#include <linux/jbd.h> | 37#ifndef CONFIG_OCFS2_COMPAT_JBD 38# include <linux/jbd2.h> 39#else 40# include <linux/jbd.h> 41# include "ocfs2_jbd_compat.h" 42#endif |
38 39/* For union ocfs2_dlm_lksb */ 40#include "stackglue.h" 41 42#include "ocfs2_fs.h" 43#include "ocfs2_lockid.h" 44 45/* Most user visible OCFS2 inodes will have very few pieces of --- 583 unchanged lines hidden --- | 43 44/* For union ocfs2_dlm_lksb */ 45#include "stackglue.h" 46 47#include "ocfs2_fs.h" 48#include "ocfs2_lockid.h" 49 50/* Most user visible OCFS2 inodes will have very few pieces of --- 583 unchanged lines hidden --- |