Source-Changes archive

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

CVS commit: src/sys/ufs



Module Name:    src
Committed By:   yamt
Date:           Sat Dec 28 14:39:10 UTC 2002

Modified Files:
        src/sys/ufs/lfs: lfs_bio.c lfs_extern.h lfs_inode.c lfs_vnops.c
        src/sys/ufs/ufs: ufs_readwrite.c

Log Message:
- in lfs_reserve, vref vnodes that we're locking so that cleaner doesn't
  try to reclaim them.
  (workaround for deadlock noted in the comment in lfs_reserveavail)
- in lfs_rename, mark vnodes which are being moved as well as directry vnodes.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.33 -r1.34 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.60 -r1.61 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.70 -r1.71 src/sys/ufs/lfs/lfs_vnops.c
cvs rdiff -r1.45 -r1.46 src/sys/ufs/ufs/ufs_readwrite.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