[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-expunge.c,1.26,1.27 mbox-save.c,1.41,1.42

cras at procontrol.fi cras at procontrol.fi
Fri May 23 18:40:52 EEST 2003


Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory danu:/tmp/cvs-serv28910/lib-storage/index/mbox

Modified Files:
	mbox-expunge.c mbox-save.c 
Log Message:
Removed I/O priorities. They were pretty much useless and were just getting
in way.



Index: mbox-expunge.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-expunge.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- mbox-expunge.c	17 Feb 2003 18:48:20 -0000	1.26
+++ mbox-expunge.c	23 May 2003 14:40:50 -0000	1.27
@@ -129,7 +129,7 @@
 
 	t_push();
 	output = o_stream_create_file(ibox->index->mbox_fd, data_stack_pool,
-				      4096, 0, FALSE);
+				      4096, FALSE);
 	o_stream_set_blocking(output, 60000, NULL, NULL);
 
 	failed = !expunge_real(ibox, rec, seq, input, output, notify);

Index: mbox-save.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-save.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- mbox-save.c	7 May 2003 12:06:47 -0000	1.41
+++ mbox-save.c	23 May 2003 14:40:50 -0000	1.42
@@ -338,7 +338,7 @@
 	}
 
 	ctx->output = o_stream_create_file(ibox->index->mbox_fd,
-					   default_pool, 4096, 0, FALSE);
+					   default_pool, 4096, FALSE);
 	o_stream_set_blocking(ctx->output, 60000, NULL, NULL);
 	return ctx;
 }



More information about the dovecot-cvs mailing list