patch-2.4.0-test8 linux/fs/ufs/super.c

Next file: linux/fs/ufs/truncate.c
Previous file: linux/fs/ufs/namei.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/fs/ufs/super.c linux/fs/ufs/super.c
@@ -192,7 +192,7 @@
 	
 	if (!(sb->s_flags & MS_RDONLY)) {
 		usb1->fs_clean = UFS_FSBAD;
-		ubh_mark_buffer_dirty(USPI_UBH, 1);
+		ubh_mark_buffer_dirty(USPI_UBH);
 		sb->s_dirt = 1;
 		sb->s_flags |= MS_RDONLY;
 	}
@@ -224,7 +224,7 @@
 	
 	if (!(sb->s_flags & MS_RDONLY)) {
 		usb1->fs_clean = UFS_FSBAD;
-		ubh_mark_buffer_dirty(USPI_UBH, 1);
+		ubh_mark_buffer_dirty(USPI_UBH);
 		sb->s_dirt = 1;
 	}
 	va_start (args, fmt);
@@ -422,7 +422,7 @@
 		ubh_memcpyubh (ubh, space, size);
 		space += size;
 		ubh_mark_buffer_uptodate (ubh, 1);
-		ubh_mark_buffer_dirty (ubh, 0);
+		ubh_mark_buffer_dirty (ubh);
 		ubh_brelse (ubh);
 	}
 	for (i = 0; i < sb->u.ufs_sb.s_cg_loaded; i++) {
@@ -845,7 +845,7 @@
 		if ((flags & UFS_ST_MASK) == UFS_ST_SUN 
 		  || (flags & UFS_ST_MASK) == UFS_ST_SUNx86)
 			ufs_set_fs_state(usb1, usb3, UFS_FSOK - SWAB32(usb1->fs_time));
-		ubh_mark_buffer_dirty (USPI_UBH, 1);
+		ubh_mark_buffer_dirty (USPI_UBH);
 	}
 	sb->s_dirt = 0;
 	UFSD(("EXIT\n"))
@@ -915,7 +915,7 @@
 		if ((flags & UFS_ST_MASK) == UFS_ST_SUN
 		  || (flags & UFS_ST_MASK) == UFS_ST_SUNx86) 
 			ufs_set_fs_state(usb1, usb3, UFS_FSOK - SWAB32(usb1->fs_time));
-		ubh_mark_buffer_dirty (USPI_UBH, 1);
+		ubh_mark_buffer_dirty (USPI_UBH);
 		sb->s_dirt = 0;
 		sb->s_flags |= MS_RDONLY;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)