Merge pull request #3892 from tianon/remove-btrfs-header-reference

Remove reference to <linux/btrfs.h>, and instead use <btrfs/ioctl.h> like we're supposed to (from btrfs-progs)
This commit is contained in:
Michael Crosby
2014-02-03 09:41:11 -08:00
3 changed files with 4 additions and 7 deletions
+1
View File
@@ -39,6 +39,7 @@ To build docker, you will need the following system dependencies
* Go version 1.2 or later
* SQLite version 3.7.9 or later
* libdevmapper version 1.02.68-cvs (2012-01-26) or later from lvm2 version 2.02.89 or later
* btrfs-progs version 3.8 or later (including commit e5cb128 from 2013-01-07) for the necessary btrfs headers
* A clean checkout of the source must be added to a valid Go [workspace](http://golang.org/doc/code.html#Workspaces)
under the path *src/github.com/dotcloud/docker*.