Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95074
b: refs/heads/master
c: 64275ea
h: refs/heads/master
v: v3
  • Loading branch information
David Chinner authored and Linus Torvalds committed Apr 30, 2008
1 parent 2b62365 commit b4109f3
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 957d33fc1a3793e9ca8c24c6400271b924e46e19
refs/heads/master: 64275ea4f33636de198da5c78d0dbe31522555b0
1 change: 1 addition & 0 deletions trunk/fs/xfs/linux-2.6/xfs_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
#include <linux/delay.h>
#include <linux/log2.h>
#include <linux/spinlock.h>
#include <linux/random.h>

#include <asm/page.h>
#include <asm/div64.h>
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/xfs/support/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ extern void assfail(char *expr, char *f, int l);

#else /* DEBUG */

#include <linux/random.h>

#define ASSERT(expr) \
(unlikely(expr) ? (void)0 : assfail(#expr, __FILE__, __LINE__))

Expand Down

0 comments on commit b4109f3

Please sign in to comment.