From: Alex Zarochentsev <zam@namesys.com>
To: Vladimir Saveliev <vs@namesys.com>
Cc: "Markus TЖrnqvist" <mjt@nysv.org>, reiserfs-list@namesys.com
Subject: Re: mount throws a nikita-3228 on me
Date: Tue, 25 May 2004 13:07:15 +0400 [thread overview]
Message-ID: <20040525090715.GF1583@backtop.namesys.com> (raw)
In-Reply-To: <20040525085535.GE1583@backtop.namesys.com>
On Tue, May 25, 2004 at 12:55:35PM +0400, Alex Zarochentcev wrote:
> On Tue, May 25, 2004 at 12:30:57PM +0400, Vladimir Saveliev aka Monstr wrote:
> > Hello
> >
> > On Tue, 2004-05-25 at 12:00, Markus Törnqvist wrote:
> > > Hi
> > >
> > > I took a snapshot from the Namesys BK some days ago, compiled the
> > > 2.6.6-mm2 with high hopes of the future, but it doesn't mount.
> > >
> > > It says only small keys are supported. I think it was a Nikita-3228.[1]
> > >
> >
> > You seem to get reiser4 with an error which makes reiser4 to not compile
> > properly.
>
> it was missing
> #include <linux/config.h> in reiser4.h
>
> I just added it to our BK.
==================================================
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/05/24 23:59:58+04:00 zam@crimson.namesys.com
# include linux/config.h explicitly into reiser4.h
#
# reiser4.h
# 2004/05/24 23:59:54+04:00 zam@crimson.namesys.com +1 -0
# include linux/config.h explicitly into reiser4.h
#
# debug.c
# 2004/05/24 23:59:54+04:00 zam@crimson.namesys.com +1 -0
# add #include "znode.h" for print_znodes().
#
diff -Nru a/debug.c b/debug.c
--- a/debug.c Tue May 25 13:06:00 2004
+++ b/debug.c Tue May 25 13:06:00 2004
@@ -33,6 +33,7 @@
#include "context.h"
#include "super.h"
#include "txnmgr.h"
+#include "znode.h"
#include <linux/sysfs.h>
#include <linux/slab.h>
diff -Nru a/reiser4.h b/reiser4.h
--- a/reiser4.h Tue May 25 13:06:00 2004
+++ b/reiser4.h Tue May 25 13:06:00 2004
@@ -6,6 +6,7 @@
#if !defined( __REISER4_H__ )
#define __REISER4_H__
+#include <linux/config.h>
#include <asm/param.h> /* for HZ */
#include <linux/errno.h>
==================================================
> --
> Alex.
--
Alex.
next prev parent reply other threads:[~2004-05-25 9:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-25 8:00 mount throws a nikita-3228 on me mjt
2004-05-25 8:30 ` Vladimir Saveliev
2004-05-25 8:55 ` Alex Zarochentsev
2004-05-25 9:07 ` Alex Zarochentsev [this message]
2004-05-25 21:11 ` mjt
2004-05-26 5:20 ` Alex Zarochentsev
2004-05-26 20:40 ` mjt
2004-05-27 7:02 ` Vladimir Saveliev
2004-05-27 9:21 ` mjt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040525090715.GF1583@backtop.namesys.com \
--to=zam@namesys.com \
--cc=mjt@nysv.org \
--cc=reiserfs-list@namesys.com \
--cc=vs@namesys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.