[105] in arla-drinkers
Re: more problems on freebsd
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Thu Jul 16 15:57:11 1998
From arla-drinkers-request@sundance.stacken.kth.se Thu Jul 16 19:57:11 1998
Return-Path: <arla-drinkers-request@sundance.stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 10796 invoked from network); 16 Jul 1998 19:57:10 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 16 Jul 1998 19:57:10 -0000
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id VAA16495
for <arla-drinkers@stacken.kth.se>; Thu, 16 Jul 1998 21:51:50 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.8.5/8.7.3) id VAA06114; Thu, 16 Jul 1998 21:53:23 +0200 (MET DST)
To: "Alec Wolman" <wolman@cs.washington.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: more problems on freebsd
References: <199807140753.AAA04115@miles.cs.washington.edu>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 16 Jul 1998 21:53:23 +0200
In-Reply-To: "Alec Wolman"'s message of "Tue, 14 Jul 1998 00:53:54 -0700"
Message-ID: <5lyatttvws.fsf@assaris.sics.se>
Lines: 16
X-Mailer: Gnus v5.5/Emacs 19.34
"Alec Wolman" <wolman@cs.washington.edu> writes:
> yes. but it is strange to see a bunch of output to stdout, none of
> which contains the one thing you might be interested in. perhaps
> having both printf and uprintf would do the trick.
That's mainly old debugging cruft left behind. I think almost all of
that (expect the stuff that you really need) should use the XFSDEB
macros so it can be turned off instead. When I do the restructuring
of xfs I'll probably fix it.
And having the user read of the number and create the device by hand
is kind of sub-optimal as well. I don't know any way of doing it
automatically except actually creating the device nodes when loading
the module which seems ugly.
/assar