From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbcGMWQA (ORCPT ); Wed, 13 Jul 2016 18:16:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41907 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbcGMWP7 (ORCPT ); Wed, 13 Jul 2016 18:15:59 -0400 Date: Wed, 13 Jul 2016 15:15:57 -0700 From: Andrew Morton To: Alexey Dobriyan Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] uapi: move forward declarations of internal structures Message-Id: <20160713151557.a87f48b707f628c7cc5c6505@linux-foundation.org> In-Reply-To: <20160713215808.GA22486@p183.telecom.by> References: <20160713215808.GA22486@p183.telecom.by> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 14 Jul 2016 00:58:08 +0300 Alexey Dobriyan wrote: > Move "struct completion;". > Move "struct task_struct;". That tells us no more than does the diff. What's the reason for this change? Any perceptible benefit?