[Devel] Re: [PATCH] Send quota messages via netlink
David Miller
davem at davemloft.net
Tue Aug 28 21:54:45 PDT 2007
From: Andrew Morton <akpm at linux-foundation.org>
Date: Tue, 28 Aug 2007 21:13:35 -0700
> This is it. Normally netlink payloads are represented as a struct. How
> come this one is built-by-hand?
He is using attributes, which is perfect and arbitrarily
extensible with zero backwards compatability concerns.
If he wants to provide a new attribute, he just adds it
without any issues.
When new attributes are added, older apps simply ignore the attributes
they don't understand.
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list