summaryrefslogtreecommitdiffstats
path: root/sys/ufs/lfs/lfs_syscalls.c
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-01-04 23:46:34 +0000
committergibbs <gibbs@FreeBSD.org>1995-01-04 23:46:34 +0000
commit11cf69520c5f13e0bf89d7c720aa8f35e572bc24 (patch)
tree6a9bb9ee24650ac5d9541c3ffd975ae62aa8620d /sys/ufs/lfs/lfs_syscalls.c
parent7ed45041dbb5a17cac1d1fb77153b8ab38daa368 (diff)
downloadFreeBSD-src-11cf69520c5f13e0bf89d7c720aa8f35e572bc24.zip
FreeBSD-src-11cf69520c5f13e0bf89d7c720aa8f35e572bc24.tar.gz
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.
Diffstat (limited to 'sys/ufs/lfs/lfs_syscalls.c')
-rw-r--r--sys/ufs/lfs/lfs_syscalls.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h>
@@ -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);
}
OpenPOWER on IntegriCloud