From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752096AbcJIOQj (ORCPT ); Sun, 9 Oct 2016 10:16:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58757 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751518AbcJIOQi (ORCPT ); Sun, 9 Oct 2016 10:16:38 -0400 Date: Sun, 9 Oct 2016 16:16:37 +0200 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , Linux Kernel Mailing List , Lustre Development List , Bobi Jam , Jinshan Xiong Subject: Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO Message-ID: <20161009141637.GA2092@kroah.com> References: <1475461717-21631-1-git-send-email-jsimmons@infradead.org> <1475461717-21631-33-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475461717-21631-33-git-send-email-jsimmons@infradead.org> 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 Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > From: Bobi Jam > > If normal IO got short read/write, we'd restart the IO from where > we've accomplished until we meet EOF or error happens. > > Signed-off-by: Bobi Jam > Signed-off-by: Jinshan Xiong > Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6389 > Reviewed-on: http://review.whamcloud.com/14123 > Reviewed-by: Andreas Dilger > Reviewed-by: Oleg Drokin > Signed-off-by: James Simmons > --- > drivers/staging/lustre/lnet/libcfs/fail.c | 1 + > .../staging/lustre/lustre/include/obd_support.h | 2 + > drivers/staging/lustre/lustre/llite/file.c | 41 ++++++++++++-------- > drivers/staging/lustre/lustre/llite/vvp_io.c | 19 ++++++++- > 4 files changed, 45 insertions(+), 18 deletions(-) Due to other changes in the filesystem tree, this patch no longer applies :( Can you rebase it and resend? thanks, greg k-h