Oh my bad, I'm the one who made the typo when I wrote down the error.. :wistle: Did you use the same patch? alunduil wrote: > > callx wrote: >> I patched vanilla and got no errors. On doing a make this happened: >> >> scripts/kconfig/conf -s arch/x86/Kconfig >> CHK include/linux/version.h >> CHK include/linux/utsrelease.h >> CALL scripts/checksyscalls.sh >> CHK include/linux/compile >> dnsdomainname: Hostname lookup failure >> CC [M] fs/reiser4/jnode.o >> fs/reiser4/jnode.c: In function 'jnode_lock_page': >> fs/reiser4/jnode.c:750: error: implicit declaration of function >> 'TestSetPageLoocked' >> make[2]: *** [fs/reiser4/jnode.o] Error 1 >> make[1]: *** [fs/reiser4] Error 2 >> make: *** [fs] Error 2 >> >> I used this patch: >> http://zen-sources.org/files/reiser4-for-2.6.27-rc1.patch >> > Looks like a typo in that function call. Change the code your building > (fs/reiser4/jnode.c line 750) to TestSetPageLocked (one o not two), and > see if it compiles then. > > Regards, > > Alex Brandt > > -- > Student, B.S. Physics & Computer Science > Department of Physics and Astronomy, MSUM > Department of Computer Science and Information Systems, MSUM > www.alunduil.com > > -- > To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" > in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > > -- View this message in context: http://www.nabble.com/Reiser4-compile-error-on-vanilla-sources-2.6.27-tp19928070p19929422.html Sent from the ReiserFS - General mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html