The loop.h header has moved private within the drivers/block subsystem.
For now just bodge this by switching to a relative path.

Signed-off-by: Andy Whitcroft <a...@canonical.com>
---
 ubuntu/aufs/loop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

        Found this while porting aufs3 to 3.11-rc1 in Ubuntu.  Not sure
        this is a sensible long term fix, but worked for us in the interim.

        -apw

diff --git a/ubuntu/aufs/loop.c b/ubuntu/aufs/loop.c
index ccae19c..214cbb1 100644
--- a/ubuntu/aufs/loop.c
+++ b/ubuntu/aufs/loop.c
@@ -20,7 +20,7 @@
  * support for loopback block device as a branch
  */
 
-#include <linux/loop.h>
+#include "../../drivers/block/loop.h"
 #include "aufs.h"
 
 /*
-- 
1.8.1.2


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to