patch-1.3.45 linux/fs/msdos/buffer.c

Next file: linux/fs/msdos/namei.c
Previous file: linux/fs/minix/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.44/linux/fs/msdos/buffer.c linux/fs/msdos/buffer.c
@@ -118,7 +118,7 @@
 	if (sb->s_blocksize != 512){
 		bh = bh->b_next;
 	}
-	bh->b_uptodate = val;
+	mark_buffer_uptodate(bh, val);
 }
 int msdos_is_uptodate (
 	struct super_block *sb,
@@ -127,7 +127,7 @@
 	if (sb->s_blocksize != 512){
 		bh = bh->b_next;
 	}
-	return bh->b_uptodate;
+	return buffer_uptodate(bh);
 }
 
 void msdos_ll_rw_block (

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this