Source-Changes archive

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

CVS commit: src/sys/ufs/ffs



Module Name:    src
Committed By:   fvdl
Date:           Wed Apr 16 07:38:25 UTC 2003

Modified Files:
        src/sys/ufs/ffs: ffs_vnops.c

Log Message:
ffs_reclaim may be called while the dinode pointer in the inode structure
is still NULL (in the case of an error in ffs_vget). Check for this
condition before doing a pool_put.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/ufs/ffs/ffs_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