freebsd-dev/sys/fs/udf
Alfred Perlstein 92e73f5711 I ran into an nfs client panic a couple of times in a row over the
last few days.  I tracked it down to the fact that nfs_reclaim()
is setting vp->v_data to NULL _before_ calling vnode_destroy_object().
After silence from the mailing list I checked further and discovered
that ufs_reclaim() is unique among FreeBSD filesystems for calling
vnode_destroy_object() early, long before tossing v_data or much
of anything else, for that matter.  The rest, including NFS, appear
to be identical, as if they were just clones of one original routine.

The enclosed patch fixes all file systems in essentially the same
way, by moving the call to vnode_destroy_object() to early in the
routine (before the call to vfs_hash_remove(), if any).  I have
only tested NFS, but I've now run for over eighteen hours with the
patch where I wouldn't get past four or five without it.

Submitted by: Frank Mayhar
Requested by: Mohan Srinivasan
MFC After: 1 week
2006-01-17 17:29:03 +00:00
..
ecma167-udf.h Correct typo. 2005-04-14 14:40:09 +00:00
osta.c /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:10:42 +00:00
osta.h Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the 2003-11-05 06:55:23 +00:00
udf_iconv.c Add hooks for translating directories entries using the iconv methods. 2003-11-05 06:56:08 +00:00
udf_mount.h Add hooks for translating directories entries using the iconv methods. 2003-11-05 06:56:08 +00:00
udf_vfsops.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
udf_vnops.c I ran into an nfs client panic a couple of times in a row over the 2006-01-17 17:29:03 +00:00
udf.h Remove inode fields previously used for private inode hash tables. 2005-03-16 08:09:52 +00:00