From: Grant Miner <mine0057@mrs.umn.edu>
To: reiserfs-list@namesys.com
Subject: link error [was Re: Autoconf error]
Date: Wed, 30 Jul 2003 18:04:49 -0500 [thread overview]
Message-ID: <3F284F11.1080104@mrs.umn.edu> (raw)
In-Reply-To: <16168.4948.764071.889907@laputa.namesys.com>
>
> Try this:
> ----------------------------------------------------------------------
> ===== fs/reiser4/context.h 1.28 vs edited =====
> --- 1.28/context.h Tue Jul 29 20:06:27 2003
> +++ edited/fs/reiser4/context.h Wed Jul 30 22:42:09 2003
> @@ -229,8 +229,11 @@
> * directory. Commit will be performed by ktxnmgrd. */
> static inline void context_set_commit_async(reiser4_context * ctx)
> {
> - ctx->nobalance = 1;
> - ctx->trans->flags |= TXNH_DONT_COMMIT;
> + reiser4_context *context;
> +
> + context = ctx->parent;
> + context->nobalance = 1;
> + context->trans->flags |= TXNH_DONT_COMMIT;
> }
>
> extern int reiser4_exit_context(reiser4_context * context);
> ----------------------------------------------------------------------
>
I didn't get a chance to test your patch yet, since after pulling
changes to the reiser4-linux-2.5 tree I received this link error (I
might try going back a changeset):
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
./scripts/pnmtologo -t clut224 -n logo_linux_clut224 -o
drivers/video/logo/logo_linux_clut224.c
drivers/video/logo/logo_linux_clut224.ppm
CC drivers/video/logo/logo_linux_clut224.o
LD drivers/video/logo/built-in.o
LD drivers/video/built-in.o
LD drivers/built-in.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
fs/built-in.o(.text+0x100d55): In function `cluster_index_by_coord':
: undefined reference to `__udivdi3'
fs/built-in.o(.text+0x101ee9): In function `utmost_child_ctail':
: undefined reference to `__umoddi3'
make: *** [.tmp_vmlinux1] Error 1
Hopefully that is useful to you
next prev parent reply other threads:[~2003-07-30 23:04 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-28 16:54 Autoconf error Grant Miner
2003-07-28 17:10 ` Grant Miner
2003-07-29 5:07 ` Yury Umanets
2003-07-29 6:12 ` Grant Miner
2003-07-29 6:14 ` Yury Umanets
2003-07-29 6:30 ` Grant Miner
2003-07-29 6:30 ` Yury Umanets
2003-07-29 18:43 ` Grant Miner
2003-07-30 5:17 ` Yury Umanets
2003-07-30 18:34 ` Nikita Danilov
2003-07-30 18:40 ` Nikita Danilov
2003-07-30 18:49 ` Nikita Danilov
2003-07-30 23:04 ` Grant Miner [this message]
2003-07-31 0:18 ` [patch] for configure.in for reiser4progs Grant Miner
2003-07-31 4:59 ` Yury Umanets
2003-07-30 18:45 ` Autoconf error Grant Miner
2003-07-29 18:56 ` Grant Miner
2003-07-29 5:01 ` Yury Umanets
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=3F284F11.1080104@mrs.umn.edu \
--to=mine0057@mrs.umn.edu \
--cc=reiserfs-list@namesys.com \
/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.