From owner-cvs-src-old@FreeBSD.ORG Sun Feb 28 17:10:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6043D1065752 for ; Sun, 28 Feb 2010 17:10:52 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7408FC1B for ; Sun, 28 Feb 2010 17:10:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1SHAqcU081764 for ; Sun, 28 Feb 2010 17:10:52 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1SHAqqo081763 for cvs-src-old@freebsd.org; Sun, 28 Feb 2010 17:10:52 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201002281710.o1SHAqqo081763@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 28 Feb 2010 17:10:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_denode.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2010 17:10:52 -0000 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