From owner-cvs-src-old@FreeBSD.ORG Tue Feb 8 13:02:40 2011 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 12BA91065675 for ; Tue, 8 Feb 2011 13:02:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCD7F8FC0C for ; Tue, 8 Feb 2011 13:02:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p18D2dw6093632 for ; Tue, 8 Feb 2011 13:02:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p18D2dlY093631 for cvs-src-old@freebsd.org; Tue, 8 Feb 2011 13:02:39 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201102081302.p18D2dlY093631@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 8 Feb 2011 13:02:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ext2fs ext2_alloc.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: Tue, 08 Feb 2011 13:02:40 -0000 jhb 2011-02-08 13:02:25 UTC FreeBSD src repository Modified files: sys/fs/ext2fs ext2_alloc.c Log: SVN rev 218438 on 2011-02-08 13:02:25Z by jhb After reading a bitmap block for i-nodes or blocks, recheck the count of free i-nodes or blocks to handle a race where another thread might have allocated the last i-node or block while we were waiting for the buffer. Tested by: dougb Revision Changes Path 1.6 +18 -0 src/sys/fs/ext2fs/ext2_alloc.c