From 11cf69520c5f13e0bf89d7c720aa8f35e572bc24 Mon Sep 17 00:00:00 2001 From: gibbs Date: Wed, 4 Jan 1995 23:46:34 +0000 Subject: LFS stability patches. There is still a problem with directory update ordering that can prove fatal during large batches of deletes, but this is much better than it was. I probably won't be putting much more time into this until Seltzer releases her new version of LFS which has fragment support. This should be availible just before USENIX. --- sys/ufs/lfs/lfs_syscalls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ufs/lfs/lfs_syscalls.c') diff --git a/sys/ufs/lfs/lfs_syscalls.c b/sys/ufs/lfs/lfs_syscalls.c index 0cf221d..71ac5e9 100644 --- a/sys/ufs/lfs/lfs_syscalls.c +++ b/sys/ufs/lfs/lfs_syscalls.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_syscalls.c 8.5 (Berkeley) 4/20/94 - * $Id: lfs_syscalls.c,v 1.3 1994/08/02 07:54:38 davidg Exp $ + * $Id: lfs_syscalls.c,v 1.4 1994/11/17 01:30:52 gibbs Exp $ */ #include @@ -475,7 +475,7 @@ lfs_fastvget(mp, ino, daddr, vpp, dinp) ++ump->um_lfs->lfs_uinodes; ip->i_flag |= IN_MODIFIED; } - ip->i_flag |= IN_MODIFIED; + ip->i_flag |= IN_MODIFIED; /* XXX why is this here? it's redundant */ return (0); } -- cgit v1.1