Date: Tue, 6 Nov 2001 14:31:10 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand cd9660.c Message-ID: <200111062231.fA6MVAd14777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/11/06 14:31:10 PST Modified files: lib/libstand cd9660.c Log: - Change the f_isdir field of struct file to be a flags field and two new flags: F_ROOTDIR and F_RR (Rock Ridge present). - Cache the SUSP LEN_SKP parameter in struct file as well. - If we open() '/', then force a read of the directory's contents so we can examine the directory record of '.' to see if Rock Ridge is present. - If Rock Ridge extensions are present, lookup Rock Ridge names in readdir(). Revision Changes Path 1.11 +54 -13 src/lib/libstand/cd9660.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111062231.fA6MVAd14777>