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:
470be44
)
drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Thu, 11 Nov 2010 09:47:05 +0000
(10:47 +0100)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Thu, 10 Mar 2011 10:19:09 +0000
(11:19 +0100)
We used to be limited to 32k requests,
but have increased that limit to 128k now.
This part of the code can only deal with 32k,
it would scramble arbitrary pages for larger requests.
As it is used for debugging only anyways,
it is ok to simply truncate the dumped data here.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
No differences found