Revert "notify: set item->size"
authorDaniel Mack <daniel@zonque.org>
Wed, 22 Oct 2014 09:52:04 +0000 (11:52 +0200)
committerDaniel Mack <daniel@zonque.org>
Wed, 22 Oct 2014 09:55:48 +0000 (11:55 +0200)
commitd8a795aa036784d62066b2e18aad75d85f9ed29d
tree270d376ef95aae73e97f9767396b96290a35d4ac
parent85e373a37d6061e3e62dd96e38cf8abc2cf96225
Revert "notify: set item->size"

This reverts commit b62c3ed2b7bed76935a57a9a65e7bba63602b4c4.

m->msg.items[0].size is already set from kdbus_kmsg_new(), so this
is unnecessary. Furthermode, we need to ALIGN8() the item size, which
kdbus_kmsg_new() also does for us already.
notify.c