address upstream feedback
rebased tree available at:
https://github.com/pabeni/mptcp/tree/mptcp_net-next_export_v5
Signed-off-by: Paolo Abeni <pabeni(a)redhat.com>
---
include/net/mptcp.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index f9f668ac4339..326043c29c0a 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -21,7 +21,8 @@ struct mptcp_ext {
data_fin:1,
use_ack:1,
ack64:1,
- __unused:2;
+ __unused:3;
+ /* one byte hole */
};
#endif /* __NET_MPTCP_H */
--
2.21.0