From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751345AbWIUTdi (ORCPT ); Thu, 21 Sep 2006 15:33:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751346AbWIUTdi (ORCPT ); Thu, 21 Sep 2006 15:33:38 -0400 Received: from tetsuo.zabbo.net ([207.173.201.20]:53161 "EHLO tetsuo.zabbo.net") by vger.kernel.org with ESMTP id S1751345AbWIUTdh (ORCPT ); Thu, 21 Sep 2006 15:33:37 -0400 Message-ID: <4512E910.6000308@oracle.com> Date: Thu, 21 Sep 2006 12:33:36 -0700 From: Zach Brown User-Agent: Thunderbird 1.5.0.5 (X11/20060808) MIME-Version: 1.0 To: "Chen, Kenneth W" CC: "'Andrew Morton'" , "'Suparna Bhattacharya'" , linux-kernel@vger.kernel.org, linux-aio Subject: Re: [patch] clean up unused kiocb variables References: <000001c6ddaf$40d4eff0$ff0da8c0@amr.corp.intel.com> In-Reply-To: <000001c6ddaf$40d4eff0$ff0da8c0@amr.corp.intel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Chen, Kenneth W wrote: > Any reason why we keep these two variables around for kiocb structure? If there is a good one I've forgotten it. > They are not used anywhere. Indeed. The ki_retried users all seem pretty questionable, too. How about removing all that stuff? > Signed-off-by: Ken Chen Signed-off-by: Zach Brown - z