From: Patrick G. Bridges Date: Fri, 11 Nov 2011 04:00:55 +0000 (-0700) Subject: Minor change to linux version numbers in module build file X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=dc41a5e6b7601dcdf9eb2ac84dbf297cac037f5b Minor change to linux version numbers in module build file --- diff --git a/linux_module/iface-file.c b/linux_module/iface-file.c index 5489764..1df1d6d 100644 --- a/linux_module/iface-file.c +++ b/linux_module/iface-file.c @@ -128,7 +128,7 @@ static int palacios_file_mkdir(const char * pathname, unsigned short perms, int struct nameidata nd; // I'm not 100% sure about the version here, but it was around this time that the API changed -#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,35) +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,37) ret = kern_path_parent(pathname, &nd); #else