mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
Btrfs: compat code fixes
The btrfs git kernel trees is used to build a standalone tree for compiling against older kernels. This commit makes the standalone tree work with 2.6.27 Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
79683f2d68
commit
4b4e25f2a6
8 changed files with 14 additions and 4 deletions
|
@ -26,7 +26,8 @@
|
|||
#include <linux/buffer_head.h> // for block_sync_page
|
||||
#include <linux/workqueue.h>
|
||||
#include <linux/kthread.h>
|
||||
# include <linux/freezer.h>
|
||||
#include <linux/freezer.h>
|
||||
#include "compat.h"
|
||||
#include "crc32c.h"
|
||||
#include "ctree.h"
|
||||
#include "disk-io.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue