[Drbd-cvs] commit by phil
CVS User
cvs@mail.linbit.com
Wed, 7 Jan 2004 17:11:29 +0100 (CET)
-------------------------------------
Commit by phil
Wed Jan 7 17:11:29 CET 2004
drbd/drbd
drbd_actlog.c 1.1.2.37 1.1.2.38
drbd_dsender.c 1.1.2.37 1.1.2.38
drbd_int.h 1.58.2.74 1.58.2.75
drbd_main.c 1.73.2.81 1.73.2.82
drbd_receiver.c 1.97.2.71 1.97.2.72
drbd_req-2.4.c 1.33.2.34 1.33.2.35
Update of /var/lib/cvs/drbd/drbd/drbd
In directory garcon:/tmp/cvs-serv21699
Modified Files:
Tag: rel-0_7-branch
drbd_actlog.c drbd_dsender.c drbd_int.h drbd_main.c
drbd_receiver.c drbd_req-2.4.c
Log Message:
Implemented a new way to synchronize the read operation for resync and the
write operations of the application on top.
the entry points are
drbd_rs_begin_io()
drbd_rs_complete_io()
Removed al bb (busy_blocks) code at the same time.
Completely untested.