Date: Sun, 9 Oct 2005 19:06:34 +0000 (UTC) From: Tor Egge <tegge@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Message-ID: <200510091906.j99J6YbU022875@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2005-10-09 19:06:34 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_alloc.c Log: Reinitialize v_type and v_op fields in case vnode has been reused without reclamation. If the vnode previously was a fifo then v_op would point to ffs_fifoops[12] instead of the expected ffs_vnodeops[12], causing a panic at the end of ffsext_strategy. Revision Changes Path 1.136 +5 -0 src/sys/ufs/ffs/ffs_alloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510091906.j99J6YbU022875>