Whamcloud - gitweb
branch: HEAD
[fs/lustre-release.git] / lustre / include / linux / lustre_quota.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef _LINUX_LUSTRE_QUOTA_H
5 #define _LINUX_LUSTRE_QUOTA_H
6
7 #ifndef _LUSTRE_QUOTA_H
8 #error Do not #include this file directly. #include <lustre_quota.h> instead
9 #endif
10
11 #ifdef __KERNEL__
12 #include <linux/version.h>
13 #include <linux/fs.h>
14 #include <linux/quota.h>
15 #include <linux/quotaops.h>
16 #endif
17
18 #endif /* _LUSTRE_QUOTA_H */