From owner-freebsd-hackers Sun Jul 9 7:36:39 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from tkc.att.ne.jp (tkc.att.ne.jp [165.76.16.7]) by hub.freebsd.org (Postfix) with ESMTP id C697837B839; Sun, 9 Jul 2000 07:36:26 -0700 (PDT) (envelope-from mzaki@e-mail.ne.jp) Received: from work.mzaki.nom (187.pool5.tokyo.att.ne.jp [165.76.22.202]) by tkc.att.ne.jp (8.8.8+Spin/3.6W-CONS(10/24/99)) id XAA09416; Sun, 9 Jul 2000 23:36:22 +0900 (JST) Date: Sun, 09 Jul 2000 23:36:18 +0900 Message-ID: <863dljweu5.wl@tkc.att.ne.jp> From: Motomichi Matsuzaki To: dcs@newsguy.com Cc: wilko@FreeBSD.ORG, FreeBSD-hackers@FreeBSD.ORG Subject: Re: why the RockRidge message? In-Reply-To: In your message of "Sun, 09 Jul 2000 21:35:57 +0900" <396871AD.B41ADFAB@newsguy.com> References: <20000708200629.A2570@freebie.wbnet> <396871AD.B41ADFAB@newsguy.com> X-Mailer: Wanderlust/2.2.12 (Joyride) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 (generated by WEMI 1.13.7 - "Shimada") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, At Sun, 09 Jul 2000 21:35:57 +0900, Daniel C. Sobral wrote: >> I really don't understand why the cd9660 filesystem needs to whine about the >> RockRidge extensions everytime one mounts a RR cdrom. > 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). A year ago, I was merging several implementations of Joliet support. I needed these messages for mainly debugging reasons, so I wrote printf() (not log()) as temporaly reporting. I suppose, someone thought log() was suitable, not printf(). > The right solution would be return this > information upon request through some mean. I second this. Joliet support is very stable, however it can only treat ASCII. The possibility for cd9660 to confuse RockRidge with Joliet is nearly zero, so I think this reporing is superfluous. -- Motomichi Matsuzaki Dept. of Biological Sciences, Grad. School of Science, Univ. of Tokyo, Japan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message