patch-2.3.7 linux/fs/minix/bitmap.c
Next file: linux/fs/minix/file.c
Previous file: linux/fs/isofs/inode.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Wed Jun 16 19:26:27 1999
-  Orig file: 
v2.3.6/linux/fs/minix/bitmap.c
-  Orig date: 
Tue Jun  8 10:47:58 1999
diff -u --recursive --new-file v2.3.6/linux/fs/minix/bitmap.c linux/fs/minix/bitmap.c
@@ -112,14 +112,6 @@
 	if (j < sb->u.minix_sb.s_firstdatazone ||
 	    j >= sb->u.minix_sb.s_nzones)
 		return 0;
-	if (!(bh = getblk(sb->s_dev,j,BLOCK_SIZE))) {
-		printk("new_block: cannot get block");
-		return 0;
-	}
-	memset(bh->b_data, 0, BLOCK_SIZE);
-	mark_buffer_uptodate(bh, 1);
-	mark_buffer_dirty(bh, 1);
-	brelse(bh);
 	return j;
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)