From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753535AbcHUVLc (ORCPT ); Sun, 21 Aug 2016 17:11:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33967 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753331AbcHUVLb (ORCPT ); Sun, 21 Aug 2016 17:11:31 -0400 Date: Sun, 21 Aug 2016 16:36:55 +0200 From: Greg Kroah-Hartman To: Oleg Drokin Cc: devel@driverdev.osuosl.org, Andreas Dilger , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH 12/13] staging/lustre: Remove unused cp_error from struct cl_page Message-ID: <20160821143655.GA26010@kroah.com> References: <1471728870-518753-1-git-send-email-green@linuxhacker.ru> <1471728870-518753-13-git-send-email-green@linuxhacker.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471728870-518753-13-git-send-email-green@linuxhacker.ru> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 20, 2016 at 05:34:29PM -0400, Oleg Drokin wrote: > cp_error member is not really set anywhere, so kill > it and the only printing user of it too. > > Signed-off-by: Oleg Drokin > --- > drivers/staging/lustre/lustre/include/cl_object.h | 2 -- > drivers/staging/lustre/lustre/obdclass/cl_page.c | 4 ++-- > 2 files changed, 2 insertions(+), 4 deletions(-) Doesn't apply :(