From: Alex Brandt <alunduil@alunduil.com>
Cc: reiserfs-devel@vger.kernel.org
Subject: Re: Reiser4 compile error on vanilla-sources-2.6.27
Date: Fri, 10 Oct 2008 20:07:40 -0500 [thread overview]
Message-ID: <48EFFC5C.30504@alunduil.com> (raw)
In-Reply-To: <19928070.post@talk.nabble.com>
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
next prev parent reply other threads:[~2008-10-11 1:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-11 0:31 Reiser4 compile error on vanilla-sources-2.6.27 callx
2008-10-11 1:07 ` Alex Brandt [this message]
2008-10-11 4:09 ` callx
2008-10-11 21:12 ` Alex Brandt
2008-10-12 9:37 ` callx
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48EFFC5C.30504@alunduil.com \
--to=alunduil@alunduil.com \
--cc=reiserfs-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.