so I need to send something that at least builds to suse today or tomorrow(absolute latest) for 2.6, can I ?
At the moment it builds using the stuff currently in svn. You just need to do: ./autogen.sh --enable-kernel-26 make This works for me on Fedora Core 2 Test 1 release with all the development updates applied as of yesterday. John> -----Original Message----- > From: ocfs2-devel-bounces@oss.oracle.com > [mailto:ocfs2-devel-bounces@oss.oracle.com] On Behalf Of Wim Coekaerts > Sent: Thursday, March 04, 2004 10:27 AM > To: ocfs2-devel@oss.oracle.com > Subject: [Ocfs2-devel] 2.6 status > > > so I need to send something that at least builds to suse today or > tomorrow(absolute latest) for 2.6, can I ? > > > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel@oss.oracle.com > http://oss.oracle.com/mailman/listinfo/ocfs2-devel >
On Thu, Mar 04, 2004 at 10:26:31AM -0800, Wim Coekaerts wrote:> so I need to send something that at least builds to suse today or > tomorrow(absolute latest) for 2.6, can I ?The current tree can do this now. You can load the module, mount the file system, and then die in various ways. I just figured out what was missing in the inode creation / adding a new hash entry/ binding the the new inode process, and will have a patch out today that will make the file system usable (well, until you try to delete something :->) John has access to the latest SLES9 beta, and is working on a spec file. --rusty