Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27960
b: refs/heads/master
c: 0409d3a
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 79ca857 commit 340a791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 997b7af2fe0810ca82a2f801a295218b51426e5a
refs/heads/master: 0409d3a332fc4347efba535a5003943f2a4aa1ca
4 changes: 2 additions & 2 deletions trunk/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 340a791

Please sign in to comment.