From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932337AbcBANYm (ORCPT ); Mon, 1 Feb 2016 08:24:42 -0500 Received: from mail-yk0-f194.google.com ([209.85.160.194]:33619 "EHLO mail-yk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932117AbcBANYk (ORCPT ); Mon, 1 Feb 2016 08:24:40 -0500 Date: Mon, 1 Feb 2016 11:24:35 -0200 From: Gustavo Padovan To: Emil Velikov Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Daniel Stone , Daniel Vetter , Riley Andrews , ML dri-devel , "Linux-Kernel@Vger. Kernel. Org" , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Gustavo Padovan , John Harrison Subject: Re: [PATCH 09/10] staging/android: add flags member to sync ioctl structs Message-ID: <20160201132435.GA3207@joana> Mail-Followup-To: Gustavo Padovan , Emil Velikov , Greg Kroah-Hartman , devel@driverdev.osuosl.org, Daniel Stone , Daniel Vetter , Riley Andrews , ML dri-devel , "Linux-Kernel@Vger. Kernel. Org" , Arve =?iso-8859-1?B?SGr4bm5lduVn?= , Gustavo Padovan , John Harrison References: <1454102426-20637-1-git-send-email-gustavo@padovan.org> <1454102426-20637-10-git-send-email-gustavo@padovan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-01-30 Emil Velikov : > 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