2000-12-11 02:39:26

by David Ford

[permalink] [raw]
Subject: more compile errors, test12-pre8 and reiserfs

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -march=i686 -c -o journal.o journal.c
journal.c: In function `reiserfs_journal_commit_thread':
journal.c:1816: invalid operands to binary !=
make[3]: *** [journal.o] Error 1

The portion of code is this:

=> while(reiserfs_commit_thread_tq) {
run_task_queue(&reiserfs_commit_thread_tq) ;
}


This tq_struct change surely missed a whole lot of code. Granted
reiserfs is an external patch but I've fixed several unrelated parts of
code already.

-d


Attachments:
david.vcf (274.00 B)
Card for David Ford

2000-12-11 03:23:55

by Steven Cole

[permalink] [raw]
Subject: Re: more compile errors, test12-pre8 and reiserfs

David Ford wrote:
>journal.c: In function `reiserfs_journal_commit_thread':
>journal.c:1816: invalid operands to binary !=

Just before that error, I also got this:

journal.c: In function `setup_commit_task_arg':
journal.c:1765: structure has no member named `next'

Steven