From owner-freebsd-hackers Sun Jul 9 6:37:36 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 5D10337C1E2; Sun, 9 Jul 2000 06:37:24 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p41-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.106]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id WAA16464; Sun, 9 Jul 2000 22:37:21 +0900 (JST) Message-ID: <396871AD.B41ADFAB@newsguy.com> Date: Sun, 09 Jul 2000 21:35:57 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: wilko@FreeBSD.ORG Cc: FreeBSD hackers list Subject: Re: why the RockRidge message? References: <20000708200629.A2570@freebie.wbnet> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wilko Bulte wrote: > > I really don't understand why the cd9660 filesystem needs to whine about the > RockRidge extensions everytime one mounts a RR cdrom. The code in question > is: > > if (high_sierra) { > /* this effectively ignores all the mount flags */ > log(LOG_INFO, "cd9660: High Sierra Format\n"); > isomp->iso_ftype = ISO_FTYPE_HIGH_SIERRA; > } else > > Comments? It does this for Joliet too. AFAIK, he idea is letting the admin knows what format was recognized/mounted, and this is the wrong solution, obviously (LOG_INFO or not). The right solution would be return this information upon request through some mean. If you can figure out a portable way of doing it, be my guest. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message