commit | 3129b1b9aed15bbebde1b2a5719434273feb295d | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Thu Nov 11 10:47:05 2010 +0100 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Mar 10 11:19:09 2011 +0100 |
tree | 1a9242e43ae853c6af2c20278d814d0138eb9f37 | |
parent | 470be44ab1841f3261a4d758450a42e6b79e9551 [diff] |
drbd: debug: limit nelink-broadcast of request on digest mismatch to 32k 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>