1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys/fs/msdosfs
Alexander Kabaev cb9ddc80ae Take care not to call vput if thread used in corresponding vget
wasn't curthread, i.e. when we receive a thread pointer to use
as a function argument. Use VOP_UNLOCK/vrele in these cases.

The only case there td != curthread known at the moment is
boot() calling sync with thread0 pointer.

This fixes the panic on shutdown people have reported.
2003-11-02 04:52:53 +00:00
..
bootsect.h
bpb.h
denode.h
direntry.h
fat.h
msdosfs_conv.c
msdosfs_denode.c - Don't cache_purge() in *_reclaim routines. vclean() does it for us so 2003-10-05 02:43:30 +00:00
msdosfs_fat.c
msdosfs_iconv.c
msdosfs_lookup.c
msdosfs_vfsops.c Take care not to call vput if thread used in corresponding vget 2003-11-02 04:52:53 +00:00
msdosfs_vnops.c DuH! 2003-10-18 14:10:28 +00:00
msdosfsmount.h