Skip to content

Commit

Permalink
Don't include private headers from user-visible parts of linux/quota.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 997b7af commit 0409d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/quota.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 0409d3a

Please sign in to comment.