summaryrefslogtreecommitdiff
path: root/ext2fs/balloc.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-12 15:18:23 +0000
committerMiles Bader <miles@gnu.org>1995-04-12 15:18:23 +0000
commitf760000d4f4ae21728ca1ee405b263af5284ddcb (patch)
treed5e1d58e50af9150d47cf16519a947c90a226d3d /ext2fs/balloc.c
parent93bb8ee6f4baef45e3e481bbffc6b1ef95ed9094 (diff)
Formerly balloc.c.~4~
Diffstat (limited to 'ext2fs/balloc.c')
-rw-r--r--ext2fs/balloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext2fs/balloc.c b/ext2fs/balloc.c
index 7d5bebc9..a7ec98f5 100644
--- a/ext2fs/balloc.c
+++ b/ext2fs/balloc.c
@@ -1,5 +1,5 @@
/*
- * linux/fs/ext2/balloc.c
+ * Largely stolen from: linux/fs/ext2/balloc.c
*
* Copyright (C) 1992, 1993, 1994, 1995
* Remy Card (card@masi.ibp.fr)
@@ -460,8 +460,6 @@ got_block:
return 0;
}
memset(bh, 0, sb->s_blocksize);
- bh->b_uptodate = 1;
- mark_buffer_dirty(bh, 1);
brelse (bh);
ext2_debug ("allocating block %d. "