Displaying 1 result from an estimated 1 matches for "blktap_device_info".
2014 Mar 24
1
Bug#742515: blktap-dkms: blktapblktap kernel module failed to build
...reference:
--- ring.c.orig	2013-10-26 23:53:39.300000000 +0900
+++ ring.c	2013-10-26 20:35:26.301000000 +0900
@@ -39,6 +39,10 @@
   */
 #define RING_PAGES 1
+#ifndef VM_RESERVED
+# define VM_RESERVED (VM_DONTEXPAND | VM_DONTDUMP)
+#endif
+
 #define BLKTAP_INFO_SIZE_AT(_memb)	 \
  offsetof(struct blktap_device_info, _memb) +	\
  sizeof(((struct blktap_device_info*)0)->_memb)
-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-...