Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128797
b: refs/heads/master
c: d05e5a4
h: refs/heads/master
i:
  128795: 17f8dc4
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent a8c6018 commit ef9f496
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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: 15ada040d7cd68d7853938a92b116292cc16a2f3
refs/heads/master: d05e5a4dad985acc938e62d9752c813647dedd9d
9 changes: 8 additions & 1 deletion trunk/fs/btrfs/async-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@
* Boston, MA 021110-1307, USA.
*/

#include <linux/version.h>
#include <linux/kthread.h>
#include <linux/list.h>
#include <linux/spinlock.h>
#include <linux/freezer.h>

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
# include <linux/freezer.h>
#else
# include <linux/sched.h>
#endif

#include "async-thread.h"

/*
Expand Down

0 comments on commit ef9f496

Please sign in to comment.