提交 0409d3a3 编写于 作者: D David Woodhouse

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

Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 997b7af2
......@@ -37,8 +37,6 @@
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#define __DQUOT_VERSION__ "dquot_6.5.1"
#define __DQUOT_NUM_VERSION__ 6*10000+5*100+1
......@@ -133,6 +131,8 @@ struct if_dqinfo {
};
#ifdef __KERNEL__
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/dqblk_xfs.h>
#include <linux/dqblk_v1.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册