[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.4-testing] tools/blktap, blktap2: include <sys/mount.h> instead of <linux/fs.h>
# HG changeset patch # User Keith Coleman <keith.coleman@xxxxxxxxxxxxx> # Date 1324430314 18000 # Node ID ce915c35cd928506967ee896b4fb3c26ea07d4fe # Parent 2598a5ff535c50b2657443fbd5f9308683039c74 tools/blktap, blktap2: include <sys/mount.h> instead of <linux/fs.h> The former is a userspace sanitised header which contains the definitions we need. In some distros linux/fs.h defines WRITE which conflicts with blktaps own use of that name. Also there is no reason to use <linux/errno.h> over the more normal <errno.h>. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> xen-unstable changeset: 22765:0dbad563a659 xen-unstable date: Mon Jan 17 17:14:20 2011 +0000 --- diff -r 2598a5ff535c -r ce915c35cd92 tools/blktap/drivers/blk_linux.c --- a/tools/blktap/drivers/blk_linux.c Tue Dec 20 20:17:17 2011 -0500 +++ b/tools/blktap/drivers/blk_linux.c Tue Dec 20 20:18:34 2011 -0500 @@ -1,6 +1,6 @@ #include <inttypes.h> #include <sys/ioctl.h> -#include <linux/fs.h> +#include <sys/mount.h> #include "tapdisk.h" #include "blk.h" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |