Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / include / linux / lustre_dlm.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * (visit-tags-table FILE)
3  * vim:expandtab:shiftwidth=8:tabstop=8:
4  */
5
6 #ifndef _LINUX_LUSTRE_DLM_H__
7 #define _LINUX_LUSTRE_DLM_H__
8
9 #ifndef _LUSTRE_DLM_H__
10 #error Do not #include this file directly. #include <lprocfs_status.h> instead
11 #endif
12
13 #ifdef __KERNEL__
14 # include <linux/proc_fs.h>
15 # ifdef HAVE_BIT_SPINLOCK_H
16 #  include <asm/processor.h>
17 #  include <linux/bit_spinlock.h>
18 # endif
19 #endif
20
21 #endif