]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Removed unused function ll_w_block(). It has always had races due
authorBruce Evans <bde@FreeBSD.org>
Sun, 21 Jun 1998 19:56:31 +0000 (19:56 +0000)
committerBruce Evans <bde@FreeBSD.org>
Sun, 21 Jun 1998 19:56:31 +0000 (19:56 +0000)
commit9b7a8fb7d80987137d1d08e965c6490502913659
tree7405e73b44a397eea7fb9c2c4a8c20f9d0236489
parentbe160d60abd933cddc2159f7291b1e687dc3e765
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.
sys/gnu/ext2fs/ext2_extern.h
sys/gnu/ext2fs/ext2_linux_ialloc.c
sys/gnu/fs/ext2fs/ext2_extern.h
sys/gnu/fs/ext2fs/ext2_linux_ialloc.c