linux/drivers/block/drbd
Philipp Reisner 31890f4ab2 drbd: moved agreed_pro_version, last_received and ko_count to tconn
sed -i \
       -e 's/mdev->agreed_pro_version/mdev->tconn->agreed_pro_version/g' \
       -e 's/mdev->last_received/mdev->tconn->last_received/g' \
       -e 's/mdev->ko_count/mdev->tconn->ko_count/g' \
       *.[ch]

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
2011-08-29 11:27:07 +02:00
..
Kconfig drbd: Kconfig fix 2009-12-29 17:38:28 +01:00
Makefile drbd: Add interval tree data structure 2011-08-25 14:58:04 +02:00
drbd_actlog.c drbd: moved data and meta from mdev to tconn 2011-08-29 11:27:05 +02:00
drbd_bitmap.c drbd: moved receiver, worker and asender from mdev to tconn 2011-08-29 11:27:06 +02:00
drbd_int.h drbd: moved agreed_pro_version, last_received and ko_count to tconn 2011-08-29 11:27:07 +02:00
drbd_interval.c drbd: Interval tree bugfix 2011-08-29 11:27:00 +02:00
drbd_interval.h drbd: Use the read and write request trees for request lookups 2011-08-29 11:26:50 +02:00
drbd_main.c drbd: moved agreed_pro_version, last_received and ko_count to tconn 2011-08-29 11:27:07 +02:00
drbd_nl.c drbd: moved agreed_pro_version, last_received and ko_count to tconn 2011-08-29 11:27:07 +02:00
drbd_proc.c drbd: moved net_conf from mdev to tconn 2011-08-29 11:27:03 +02:00
drbd_receiver.c drbd: moved agreed_pro_version, last_received and ko_count to tconn 2011-08-29 11:27:07 +02:00
drbd_req.c drbd: moved agreed_pro_version, last_received and ko_count to tconn 2011-08-29 11:27:07 +02:00
drbd_req.h drbd: Inline function overlaps() is now unused 2011-08-29 11:26:59 +02:00
drbd_strings.c drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv 2011-03-10 11:36:18 +01:00
drbd_vli.h Fix common misspellings 2011-03-31 11:26:23 -03:00
drbd_worker.c drbd: moved agreed_pro_version, last_received and ko_count to tconn 2011-08-29 11:27:07 +02:00
drbd_wrappers.h drbd: Get rid of unnecessary macros (2) 2011-03-10 11:36:15 +01:00