Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rvb
Date:           Sun Aug 30 00:16:05 UTC 1998

Modified Files:
        src/sys/ufs/ufs: ufs_vnops.c
Log Message:
Remove v_type != DIR check.  First, vn_readdir already does
this check, before calling VOP_READDIR.  Second, vn_readdir
returns a different error even.  Finally, some FS's might
want to write their directories into files that look like
BSD directories and then have ufs_readdir parse them.




Home | Main Index | Thread Index | Old Index