git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b3ea8
)
drbd: moved agreed_pro_version, last_received and ko_count to tconn
author
Philipp Reisner
<philipp.reisner@linbit.com>
Wed, 19 Jan 2011 13:12:51 +0000
(14:12 +0100)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Mon, 29 Aug 2011 09:27:07 +0000
(11:27 +0200)
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>
No differences found