Re: [PATCH net-next v2] block/drbd: use nla_put_u64_64bit()

From: David Miller
Date: Wed May 04 2016 - 12:51:09 EST


From: Eric Dumazet <eric.dumazet@xxxxxxxxx>
Date: Wed, 04 May 2016 07:27:06 -0700

> kernel was fine, and most user land apps were fine as well.

Userland should really not have to deal with garbage like this.

And because it quietly works just fine on x86-64, nothing makes
sure that applications will universally get this right anyways.

Better to align things properly and magically all of these issues
simply disappear.