From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932472AbcECDSH (ORCPT ); Mon, 2 May 2016 23:18:07 -0400 Received: from out4433.biz.mail.alibaba.com ([47.88.44.33]:10545 "EHLO out4433.biz.mail.alibaba.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932314AbcECDSG (ORCPT ); Mon, 2 May 2016 23:18:06 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R831e4;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e02c03301;MF=hillf.zj@alibaba-inc.com;NM=1;PH=DS;RN=3;SR=0;TI=SMTPD_----4lDlVd-_1462245443; Reply-To: "Hillf Danton" From: "Hillf Danton" To: "'Gustavo Padovan'" Cc: "'linux-kernel'" , "'Daniel Vetter'" References: <010301d1a1f5$14bb8c70$3e32a550$@alibaba-inc.com> <010a01d1a1f5$c9a9c160$5cfd4420$@alibaba-inc.com> <20160429141625.GE2524@joana> In-Reply-To: <20160429141625.GE2524@joana> Subject: Re: [PATCH v2 06/13] staging/android: remove name arg from sync_file_create() Date: Tue, 03 May 2016 11:17:23 +0800 Message-ID: <009801d1a4ea$502a5870$f07f0950$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQEutr7RfxKa7pnHU5HQ8S1RTJjkCgHuWlPqAnxvptygyQ5psA== Content-Language: zh-cn Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > I think we we will just remove the name arg from the ioctl there. > SW_SYNC ioctl is only for debugging test, we don't want to publicly > export its ABI in the kernel uapi headers. > JFYI, be mindful please of removing the arg. If current uses are broken, the mainline maintainer, MM, can be stung another time. Hillf