Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   jdolecek
Date:           Thu Sep  9 16:29:47 UTC 1999

Modified Files:
        syssrc/sys/ntfs: ntfs_vnops.c

Log Message:
ntfs_lookup(): fix nasty interaction of the code with recent cache_lookup()
        changes: cache_lookup() now returns -1 if not successful; for
        the '.' case, 'error' haven't been cleared to 0,
        so that ntfs_lookup() itself returned -1 , resulting to
        nasty "leaf should be empty" panic early after


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/ntfs/ntfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index