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

Frank Davis (fdavis112@juno.com)
Sat, 28 Jul 2001 15:08:46 +0800


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

-- 

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/