From owner-cvs-all Sun Jun 21 12:58:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21981 for cvs-all-outgoing; Sun, 21 Jun 1998 12:58:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21975; Sun, 21 Jun 1998 12:58:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA26772; Sun, 21 Jun 1998 12:56:32 -0700 (PDT) Date: Sun, 21 Jun 1998 12:56:32 -0700 (PDT) Message-Id: <199806211956.MAA26772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_linux_ialloc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/21 12:56:31 PDT Modified files: sys/gnu/ext2fs ext2_extern.h ext2_linux_ialloc.c Log: Removed unused function ll_w_block(). It has always had races due to not using splbio(), and has rotted a little. The races were probably harmless in practice because this function was only used for superblock updates, and separate superblock updates are probably prevented from running into each other by doing part of the update synchronously. Revision Changes Path 1.20 +0 -1 src/sys/gnu/ext2fs/ext2_extern.h 1.9 +0 -18 src/sys/gnu/ext2fs/ext2_linux_ialloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message