Skip to content

Commit

Permalink
drbd: receiving of big packets, for payloads between 64kByte and 4GByte
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
  • Loading branch information
Philipp Reisner committed Oct 14, 2010
1 parent 0b70a13 commit 02918be
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 222 deletions.
4 changes: 3 additions & 1 deletion drivers/block/drbd/drbd_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ DCBP_set_pad_bits(struct p_compressed_bm *p, int n)
#endif

union p_polymorph {
struct p_header80 header;
union p_header header;
struct p_handshake handshake;
struct p_data data;
struct p_block_ack block_ack;
Expand All @@ -641,6 +641,8 @@ union p_polymorph {
struct p_req_state req_state;
struct p_req_state_reply req_state_reply;
struct p_block_req block_req;
struct p_delay_probe93 delay_probe93;
struct p_rs_uuid rs_uuid;
} __packed;

/**********************************************************************/
Expand Down
Loading

0 comments on commit 02918be

Please sign in to comment.