the constant BTRFS_IOC_QUOTA_RESCAN_WAIT which is used in btrfs.c is not 
defined in the header files of kernel 3.10.102, the kernel commit which added 
the constant is 57254b6ebce4ceca02d9c8b615f6059c56c19238, as you can see by 
running git log -p v3.10.102..57254b6ebce4ceca02d9c8b615f6059c56c19238 in the 
kernel repository, this commit is not included in the 3.10 branch(it's indeed 
in the 3.12 branch), thus results in a compilation failure.
  by adding:
        #define BTRFS_IOC_QUOTA_RESCAN_WAIT _IO(BTRFS_IOCTL_MAGIC, 46)
in btrfs.c strace compiles just fine.

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to