Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > fc11cd6e1c513a17304da94a5390f3cd > files > 1134

kernel-2.6.18-194.11.1.el5.src.rpm

--- linux-2.6.17.noarch/fs/gfs2/ops_file.c~	2006-09-07 12:13:56.000000000 -0400
+++ linux-2.6.17.noarch/fs/gfs2/ops_file.c	2006-09-07 12:14:00.000000000 -0400
@@ -113,7 +113,7 @@ int gfs2_internal_read(struct gfs2_inode
 	desc.error = 0;
 	do_generic_mapping_read(inode->i_mapping, ra_state,
 				&gfs2_internal_file_sentinel, pos, &desc,
-				gfs2_read_actor);
+				gfs2_read_actor, 0);
 	return desc.written ? desc.written : desc.error;
 }