patch-2.4.0-test8 linux/fs/udf/truncate.c

Next file: linux/fs/ufs/balloc.c
Previous file: linux/fs/udf/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/fs/udf/truncate.c linux/fs/udf/truncate.c
@@ -124,7 +124,7 @@
 						aed->lengthAllocDescs = cpu_to_le32(lenalloc);
 						udf_update_tag(bh->b_data, lenalloc +
 							sizeof(struct AllocExtDesc));
-						mark_buffer_dirty(bh, 1);
+						mark_buffer_dirty(bh);
 					}
 				}
 
@@ -166,7 +166,7 @@
 				aed->lengthAllocDescs = cpu_to_le32(lenalloc);
 				udf_update_tag(bh->b_data, lenalloc +
 					sizeof(struct AllocExtDesc));
-				mark_buffer_dirty(bh, 1);
+				mark_buffer_dirty(bh);
 			}
 		}
 	}

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