[PATCH 1/4] intel: Unconditionally clear ioctl structs

2015-02-11 Thread Daniel Vetter
We really have to do this to avoid surprises when extending the ABI later on. Especially when growing the structures. Signed-off-by: Daniel Vetter --- intel/intel_bufmgr_gem.c | 68 1 file changed, 34 insertions(+), 34 deletions(-) diff --git

[PATCH 1/4] intel: Unconditionally clear ioctl structs

2015-02-11 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 02/11/2015 03:42 AM, Daniel Vetter wrote: > We really have to do this to avoid surprises when extending the ABI > later on. Especially when growing the structures. > > Signed-off-by: Daniel Vetter > --- > intel/intel_bufmgr_gem.c | 68 >