On Fri, Jan 28, 2011, Juerg Haefliger wrote about "Re: [PATCH 0/29] nVMX: Nested VMX, v8": > This branch doesn't even compile: >... > CC [M] drivers/staging/smbfs/dir.o > drivers/staging/smbfs/dir.c:286: error: static declaration of I tried to compile this branch with the default .config (answering the defaults to every question in "make config"), and it compiled without any error. However, the default configuration is *not* to compile the code you had problems in, drivers/staging/smbfs, because by default CONFIG_STAGING is off. When I went to enable CONFIG_STAGING and then SMB_FS, I was given a big warning that smbfs is "OBSOLETE, please use CIFS". Is there a specific reason why you want to use smbfs, not cifs? Anyway, when I did enable SMB_FS, and compiled, sure enought I got the same error that you did. This definitely has nothing to do with the nested VMX patches. If smbfs isn't essential to you, please try again without it (turn off SMB_FS in your .config). If it is, maybe you should report this problem to the smbfs maintainers? Thanks, Nadav. -- Nadav Har'El | Monday, Jan 31 2011, 26 Shevat 5771 nyh@xxxxxxxxxxxxxxxxxxx |----------------------------------------- Phone +972-523-790466, ICQ 13349191 |This box was intentionally left blank. http://nadav.harel.org.il | -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html