2001-07-28 07:09:04

by Frank Davis

[permalink] [raw]
Subject: Re: [PATCH] 2.4.7-ac2 :fs/jffs2/background.c

Hello all,
The patch I sent regarding fs/jffs2/background.c compiled, however, further testing of the patch made me realize that complete_and_exit requires a struct completion, not struct semaphore. I added a struct completion gc_thread_sem_comp to jffs2_sb_info and added #include <linux/completion.h> to include/linux/jffs2_fs_sb.h ...When I re-ran 'make modules' , drivers/ieee1394/ieee1394_core.o didn't compile....a "completion reference error" occurred. Without the change to jffs2_fs_sb.h , ieee1394 and jffs2 compiled. Are there dependencies between ieee1394 and jffs2 ? I wouldn't believe that there would.
Regards,
Frank

--