Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   reinoud
Date:           Wed Oct 25 22:01:55 UTC 2006

Modified Files:
        src/sys/fs/msdosfs: msdosfs_vfsops.c
        src/sys/fs/smbfs: smbfs_vfsops.c
        src/sys/nfs: nfs_vfsops.c
        src/sys/ufs/ext2fs: ext2fs_vfsops.c
        src/sys/ufs/ffs: ffs_snapshot.c ffs_vfsops.c

Log Message:
Revisit mnt_vnodelist TAILQ patch. Remove all suspicious TAILQ_FOREACH()
loops where vnodes can get removed or added during the loops. This could
lead to panic's on unmount since nodes are skipped or otherwise
TAILQ_NEXT(0xdeadbeef, ...) was dereferenced.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/fs/msdosfs/msdosfs_vfsops.c
cvs rdiff -r1.57 -r1.58 src/sys/fs/smbfs/smbfs_vfsops.c
cvs rdiff -r1.166 -r1.167 src/sys/nfs/nfs_vfsops.c
cvs rdiff -r1.103 -r1.104 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.34 -r1.35 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.188 -r1.189 src/sys/ufs/ffs/ffs_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