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

From: Emil Velikov
Date: Sat Jan 30 2016 - 13:12:45 EST


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?

-Emil