Date: Sun, 28 Feb 2010 17:10:41 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_denode.c Message-ID: <201002281710.o1SHAqqo081763@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-02-28 17:10:41 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_denode.c Log: SVN rev 204468 on 2010-02-28 17:10:41Z by kib In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED and SLOT_EMPTY deName[0] values. Besides conforming to FAT specification, it also clears the issue where vfs_hash_insert found the vnode in hash, and newly allocated vnode is vput()ed. There, deName[0] == 0, and vnode is not reclaimed, indefinitely kept on mountlist. Tested by: pho MFC after: 3 weeks Revision Changes Path 1.106 +2 -2 src/sys/fs/msdosfs/msdosfs_denode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002281710.o1SHAqqo081763>