Source-Changes archive

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

CVS commit: src/sys/ufs/lfs



Module Name:    src
Committed By:   yamt
Date:           Thu Mar 20 14:11:48 UTC 2003

Modified Files:
        src/sys/ufs/lfs: lfs_extern.h lfs_syscalls.c lfs_vfsops.c

Log Message:
fix "more than one fragment" panics;
direct and indirect block pointers are not valid in the case of shortlinks.
while i'm here, move duplicated code in lfs_vget/fastvget into a new
function, lfs_vinit.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.87 -r1.88 src/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.106 -r1.107 src/sys/ufs/lfs/lfs_vfsops.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