Re: [PATCH 09/10] staging/android: add flags member to sync ioctl structs

From: Gustavo Padovan
Date: Mon Feb 01 2016 - 08:24:45 EST


2016-01-30 Emil Velikov <emil.l.velikov@xxxxxxxxx>:

> Hi Gustavo,
>
> > @@ -54,6 +59,7 @@ struct sync_file_info {
> > __u32 len;
> As mentioned previously - can we rework this variable to indicate the
> total length (or the number) of fence_info struct instances. It seems
> to be the more common approach afaict. Might also want to move it just
> above the fence_into?

Sure, I think this is a good idea.

Gustavo