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:
89e58e7
)
drbd: moved net_cont and net_cnt_wait from mdev to tconn
author
Philipp Reisner
<philipp.reisner@linbit.com>
Wed, 19 Jan 2011 12:48:44 +0000
(13:48 +0100)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Mon, 29 Aug 2011 09:27:04 +0000
(11:27 +0200)
Patch partly generated by:
sed -i -e 's/get_net_conf(mdev)/get_net_conf(mdev->tconn)/g' \
-e 's/put_net_conf(mdev)/put_net_conf(mdev->tconn)/g' \
-e 's/get_net_conf(odev)/get_net_conf(odev->tconn)/g' \
-e 's/put_net_conf(odev)/put_net_conf(odev->tconn)/g' \
*.[ch]
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
No differences found