Signed-off-by: Sergei Zviagintsev <ser...@s15v.net> --- ipc/kdbus/message.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/ipc/kdbus/message.h b/ipc/kdbus/message.h index 298f9c99dfcf..405a5668f9d5 100644 --- a/ipc/kdbus/message.h +++ b/ipc/kdbus/message.h @@ -27,11 +27,12 @@ struct kdbus_pool_slice; /** * struct kdbus_gaps - gaps in message to be filled later * @kref: Reference counter - * @n_memfd_offs: Number of memfds - * @memfd_offs: Offsets of kdbus_memfd items in target slice + * @n_memfds: Number of memfds + * @memfd_offsets: Offsets of kdbus_memfd items in target slice + * @memfd_files: Array of struct file pointers representing memfds * @n_fds: Number of fds - * @fds: Array of sent fds - * @fds_offset: Offset of fd-array in target slice + * @fd_files: Array of struct file pointers representing fds + * @fd_offset: Offset of fd-array in target slice * * The 'gaps' object is used to track data that is needed to fill gaps in a * message at RECV time. Usually, we try to compile the whole message at SEND -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/