Date: Sat, 8 Jul 2000 20:06:29 +0200 From: Wilko Bulte <wkb@chello.nl> To: FreeBSD hackers list <FreeBSD-hackers@freebsd.org> Subject: why the RockRidge message? Message-ID: <20000708200629.A2570@freebie.wbnet>
next in thread | raw e-mail | index | archive | help
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? -- Wilko Bulte http://www.freebsd.org "Do, or do not. There is no try" wilko@freebsd.org http://www.nlfug.nl Yoda - The Empire Strikes Back To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000708200629.A2570>