[Drbd-cvs] commit by phil
CVS User
cvs@mail.linbit.com
Tue, 6 Jan 2004 10:29:25 +0100 (CET)
-------------------------------------
Commit by phil
Tue Jan 6 10:29:25 CET 2004
drbd/drbd
drbd_actlog.c 1.1.2.36 1.1.2.37
drbd_int.h 1.58.2.73 1.58.2.74
drbd_main.c 1.73.2.80 1.73.2.81
drbd_receiver.c 1.97.2.70 1.97.2.71
Update of /var/lib/cvs/drbd/drbd/drbd
In directory garcon:/tmp/cvs-serv3250
Modified Files:
Tag: rel-0_7-branch
drbd_actlog.c drbd_int.h drbd_main.c drbd_receiver.c
Log Message:
Removed DRBD's parallel_bitcount() function and replaced it with
Linux's hweight_long() function.