freebsd-dev/sys/fs
Tim J. Robbins 82c0aec8de 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
2004-09-05 11:18:53 +00:00
..
cd9660 Temporarily back out revision 1.77. This changed cd9660_getattr() and 2004-09-05 11:18:53 +00:00
coda General modernization of coda: 2004-09-01 01:19:52 +00:00
deadfs Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
devfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
fdescfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
fifofs Add locking to the kqueue subsystem. This also makes the kqueue subsystem 2004-08-15 06:24:42 +00:00
hpfs Use bufdone(), not biodone(). 2004-08-08 13:20:43 +00:00
msdosfs Remove bogus vrele() call added in previous. 2004-08-27 11:24:31 +00:00
ntfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
nullfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
nwfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
portalfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
procfs Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
pseudofs Back out pseudo_vnops.c:1.45, which was a workaround for pfind() 2004-09-02 16:04:09 +00:00
smbfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
specfs use bufdone() not biodone(). 2004-08-08 13:23:05 +00:00
udf Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
umapfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00
unionfs Put a version element in the VFS filesystem configuration structure 2004-07-30 22:08:52 +00:00