freebsd-skq/sys/gnu/ext2fs
Bruce Evans 9b7a8fb7d8 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.
1998-06-21 19:56:31 +00:00
..
COPYRIGHT.INFO Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
ext2_alloc.c Removed unused includes. 1998-06-21 14:53:44 +00:00
ext2_balloc.c Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
ext2_bmap.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
ext2_extern.h Removed unused function ll_w_block(). It has always had races due 1998-06-21 19:56:31 +00:00
ext2_fs_i.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_fs_sb.h Removed __FreeBSD__ ifdefs. 1997-12-02 10:39:42 +00:00
ext2_fs.h Removed __FreeBSD__ ifdefs. 1997-12-02 10:39:42 +00:00
ext2_ihash.c Staticize. 1998-02-09 06:11:36 +00:00
ext2_inode_cnv.c Don't include <sys/lock.h> in headers when only `struct simplelock' is 1997-12-05 19:55:52 +00:00
ext2_inode.c Removed unused includes. 1998-06-21 18:02:50 +00:00
ext2_linux_balloc.c Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
ext2_linux_ialloc.c Removed unused function ll_w_block(). It has always had races due 1998-06-21 19:56:31 +00:00
ext2_lookup.c Back out DIAGNOSTIC changes. 1998-02-06 12:14:30 +00:00
ext2_mount.h Retire LFS. 1998-01-30 11:34:06 +00:00
ext2_readwrite.c Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
ext2_subr.c Added a missing options include. 1998-06-21 12:36:12 +00:00
ext2_vfsops.c Don't use "ffs" in an ext2fs sleep message string. 1998-05-16 17:47:44 +00:00
ext2_vnops.c Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleep 1998-05-16 16:52:20 +00:00
fs.h Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
i386-bitops.h Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
inode.h Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00