diff options
author | Miles Bader <miles@gnu.org> | 1995-04-12 15:18:23 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-12 15:18:23 +0000 |
commit | f760000d4f4ae21728ca1ee405b263af5284ddcb (patch) | |
tree | d5e1d58e50af9150d47cf16519a947c90a226d3d /ext2fs | |
parent | 93bb8ee6f4baef45e3e481bbffc6b1ef95ed9094 (diff) |
Formerly balloc.c.~4~
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/balloc.c | 4 |
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. " |