X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=linux_module%2Fiface-file.c;fp=linux_module%2Fiface-file.c;h=1df1d6d590f5bd1237cdde5d93bcb2895f01bd8e;hp=5489764f4889c026ff6293ffb746978f6b15fc2a;hb=dc41a5e6b7601dcdf9eb2ac84dbf297cac037f5b;hpb=f7e83e5d2d00ba107ccda346da4660ab523471bb 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