Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758054AbcCVBAk (ORCPT ); Mon, 21 Mar 2016 21:00:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58628 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750787AbcCVBAj (ORCPT ); Mon, 21 Mar 2016 21:00:39 -0400 Date: Mon, 21 Mar 2016 18:01:01 -0700 From: Andrew Morton To: Mark Fasheh Cc: linux-kernel@vger.kernel.org, ocfs2-devel@oss.oracle.com Subject: Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check Message-Id: <20160321180101.60c8ff3b.akpm@linux-foundation.org> In-Reply-To: <20160321233802.GG15881@wotan.suse.de> References: <1456723082-13838-1-git-send-email-ghe@suse.com> <1456723082-13838-3-git-send-email-ghe@suse.com> <20160321225723.GF15881@wotan.suse.de> <20160321160547.ae1761d58b1728b964966f9f@linux-foundation.org> <20160321233802.GG15881@wotan.suse.de> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-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 Content-Length: 1383 Lines: 34 On Mon, 21 Mar 2016 16:38:02 -0700 Mark Fasheh wrote: > On Mon, Mar 21, 2016 at 04:05:47PM -0700, Andrew Morton wrote: > > On Mon, 21 Mar 2016 15:57:23 -0700 Mark Fasheh wrote: > > > > > On Mon, Feb 29, 2016 at 01:17:59PM +0800, Gang He wrote: > > > > Implement online file check sysfile interfaces, e.g. > > > > how to create the related sysfile according to device name, > > > > how to display/handle file check request from the sysfile. > > > > > > > > Signed-off-by: Gang He > > > Reviewed-by: Mark Fasheh > > > > Thanks. So all of > > > > ocfs2-export-ocfs2_kset-for-online-file-check.patch > > ocfs2-sysfile-interfaces-for-online-file-check.patch > > ocfs2-sysfile-interfaces-for-online-file-check-v4.patch > > ocfs2-create-remove-sysfile-for-online-file-check.patch > > ocfs2-check-fix-inode-block-for-online-file-check.patch > > ocfs2-check-fix-inode-block-for-online-file-check-v4.patch > > ocfs2-add-feature-document-for-online-file-check.patch > > > > have your reviewed-by. I'll send them on to Linus. > > I'm curious, are the '-V4' patches built on top of the non '-V4' versions? yes, the -v4 patches bring the base patch from whatever-version-i-originally-merged up to v4. > Otherwise though this generally sounds good to me - I have reviewed the > entire online fsck patch series. Cool.