patch-2.3.51 linux/fs/bfs/file.c
Next file: linux/fs/bfs/inode.c
Previous file: linux/fs/bfs/dir.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Mar 10 10:48:53 2000
-  Orig file: 
v2.3.50/linux/fs/bfs/file.c
-  Orig date: 
Sat Feb 26 22:31:51 2000
diff -u --recursive --new-file v2.3.50/linux/fs/bfs/file.c linux/fs/bfs/file.c
@@ -33,7 +33,7 @@
 		return -EIO;
 	new = getblk(dev, to, BFS_BSIZE);
 	memcpy(new->b_data, bh->b_data, bh->b_size);
-	mark_buffer_dirty(new, 1);
+	mark_buffer_dirty(new, 0);
 	bforget(bh);
 	brelse(new);
 	return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)