[43] in arla-drinkers
Re: fs does not work?
daemon@ATHENA.MIT.EDU (Love Hörnquist-Åstrand)
Wed Jun 24 18:00:37 1998
From arla-drinkers-request@sundance.stacken.kth.se Wed Jun 24 22:00:36 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 15396 invoked from network); 24 Jun 1998 22:00:35 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 24 Jun 1998 22:00:35 -0000
Received: from elixir.e.kth.se (sendmail@elixir.e.kth.se [130.237.48.5])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id XAA06535;
Wed, 24 Jun 1998 23:55:50 +0200 (MET DST)
Received: from zafir.e.kth.se (zafir.e.kth.se [130.237.48.6])
by elixir.e.kth.se (8.8.7/8.8.7) with ESMTP id XAA22515;
Wed, 24 Jun 1998 23:55:50 +0200 (MET DST)
Received: (e96_lho@localhost) by zafir.e.kth.se (8.8.7/8.6.6) id XAA21488; Wed, 24 Jun 1998 23:55:48 +0200 (MET DST)
Sender: e96_lho@elixir.e.kth.se
To: Naomaru Itoi <itoi@eecs.umich.edu>
Cc: Love <lha@stacken.kth.se>, arla-drinkers@stacken.kth.se
Subject: Re: fs does not work?
References: <199806241956.PAA25604@soso.eecs.umich.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
From: lha@stacken.kth.se (Love Hörnquist-Åstrand)
Date: 24 Jun 1998 23:55:48 +0200
In-Reply-To: Naomaru Itoi's message of Wed, 24 Jun 1998 15:56:45 -0400
Message-ID: <yxb2emwelb17.fsf@zafir.e.kth.se>
Lines: 18
X-Mailer: Gnus v5.3/Emacs 19.34
Naomaru Itoi <itoi@eecs.umich.edu> writes:
> > But does the syscall ever reach xfs ? Flipp on
> > all debugging and see if it get there. And if
> > you can see that it does.
>
> I do not quite understand how the syscall (syscall 210) works. So I
> am not sure what you mean by "the syscall reaches xfs". But I flipped
> on the debug messages of both arlad and xfs_mod.o. The following is
> the output when I started up the arlad and mounted it.
>
> [xfs and arlad output]
Ok, so what does arlad and xfs say when you do a syscall,
ie run f ? pioctl() is the syscall. We just happend to use
syscall 210 that is the first LKM syscall number.
Love