Date: Sun, 21 Jun 1998 12:56:32 -0700 (PDT) From: Bruce Evans <bde@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 Message-ID: <199806211956.MAA26772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806211956.MAA26772>