Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / include / linux / lprocfs_status.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  *  Copyright (C) 2002 Cluster File Systems, Inc.
5  *
6  *   This file is part of Lustre, http://www.lustre.org.
7  *
8  *   Lustre is free software; you can redistribute it and/or
9  *   modify it under the terms of version 2 of the GNU General Public
10  *   License as published by the Free Software Foundation.
11  *
12  *   Lustre is distributed in the hope that it will be useful,
13  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *   GNU General Public License for more details.
16  *
17  *   You should have received a copy of the GNU General Public License
18  *   along with Lustre; if not, write to the Free Software
19  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  *
21  *   Top level header file for LProc SNMP
22  *   Author: Hariharan Thantry thantry@users.sourceforge.net
23  */
24 #ifndef _LINUX_LPROCFS_SNMP_H
25 #define _LINUX_LPROCFS_SNMP_H
26
27 #ifndef _LPROCFS_SNMP_H
28 #error Do not #include this file directly. #include <lprocfs_status.h> instead
29 #endif
30
31 #ifdef __KERNEL__
32 #ifdef HAVE_KERNEL_CONFIG_H
33 #include <linux/config.h>
34 #endif
35 #include <linux/autoconf.h>
36 #include <linux/proc_fs.h>
37 #include <linux/seq_file.h>
38 #include <linux/version.h>
39 #include <linux/smp.h>
40 #include <linux/rwsem.h>
41 #include <libcfs/kp30.h>
42
43 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0))
44 #  include <linux/statfs.h>
45 # else 
46 #  define kstatfs statfs
47 # endif
48
49 #else 
50 #  define kstatfs statfs
51 #endif
52
53 #endif /* LPROCFS_SNMP_H */