]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Temporarily back out revision 1.77. This changed cd9660_getattr() and
authorTim J. Robbins <tjr@FreeBSD.org>
Sun, 5 Sep 2004 11:18:53 +0000 (11:18 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Sun, 5 Sep 2004 11:18:53 +0000 (11:18 +0000)
commit82c0aec8de23f4429fb7af67e2499152530e12f5
tree4ecc932e5443fd0e3c88524dcf652993b3211bdd
parent62c36019a57e22a85d1d2e4c65c2a4549a43d8e4
Temporarily back out revision 1.77. This changed cd9660_getattr() and
cd9660_readdir() to return the address of the file's first data block as
the inode number instead of the address of the directory entry, but
neglected to update cd9660_vget_internal() for the new inode numbering
scheme.

Since the NFS server calls VFS_VGET (cd9660_vget()) with inode numbers
returned through VOP_READDIR (cd9660_readdir()) when servicing a READDIRPLUS
request, these two interfaces must agree on the numbering scheme; failure to
do so caused panics and/or bogus information about the entries to be returned
to clients using READDIRPLUS (Solaris, FreeBSD w/ mount -o rdirplus).

PR: 63446
sys/fs/cd9660/cd9660_vnops.c
sys/isofs/cd9660/cd9660_vnops.c