On Wed, Jun 11, 2014 at 6:27 PM, Djalal Harouni wrote:
> Currently running the test-kdbus-activator test will fail with -EINVAL
>
> To fix this, remove the redundant offsetof() macros since it is already
> handled. The KDBUS_ITEM_SIZE() will expand into KDBUS_ITEM_HEADER_SIZE()
> which expands int
Currently running the test-kdbus-activator test will fail with -EINVAL
To fix this, remove the redundant offsetof() macros since it is already
handled. The KDBUS_ITEM_SIZE() will expand into KDBUS_ITEM_HEADER_SIZE()
which expands into an offsetof() one.
Signed-off-by: Djalal Harouni
---
test/kd