From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: EVMS Reiser FSIM Date: Mon, 3 Jun 2002 23:36:42 +0400 Message-ID: <20020603233642.A7192@namesys.com> References: Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Content-Disposition: inline In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Steve Pratt Cc: reiserfs-list@namesys.com Hello! On Mon, Jun 03, 2002 at 02:04:30PM -0500, Steve Pratt wrote: > Apply the 2.4.18 common-files patch from either the 1.0.0 or 1.0.1 release > to your 2.4.18 kernel. Then add the /usr/src/linux/drivers/evms directory > and the /usr/src/linux/include/linux/evms directory from the CVS files I also copied all the other files that were in there (config.in for menuconfig, genhd.c from drivers/block, do_mounts.c from init, etc), was that unneeded? That produces: ksyms.c:319: `root_device_name' undeclared here (not in a function) ksyms.c:319: initializer element is not constant ksyms.c:319: (near initialization for `__ksymtab_root_device_name.value') After I add a extern definition of that, there are other errors, dut after some time and compile errors fixed still I get failed linkage because fsync_inode_buffers (or something like that) is undeclared. > Let me know if you still have any problems. Ok, if you say I do only need to copy /usr/src/linux/drivers/evms and /usr/src/linux/include/linux/evms contents, that won't provide me with menu selection for EVMS, so con you please give me full list of files/subdirs that I should copy off the cvs to clean 2.4.18 (or whatever else) tree. Thank you. Bye, Oleg