Commit 0409d3a3 authored by David Woodhouse's avatar David Woodhouse

Don't include private headers from user-visible parts of linux/quota.h

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 997b7af2
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#define __DQUOT_VERSION__ "dquot_6.5.1" #define __DQUOT_VERSION__ "dquot_6.5.1"
#define __DQUOT_NUM_VERSION__ 6*10000+5*100+1 #define __DQUOT_NUM_VERSION__ 6*10000+5*100+1
...@@ -133,6 +131,8 @@ struct if_dqinfo { ...@@ -133,6 +131,8 @@ struct if_dqinfo {
}; };
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/dqblk_xfs.h> #include <linux/dqblk_xfs.h>
#include <linux/dqblk_v1.h> #include <linux/dqblk_v1.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment