Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753051AbbGJH1P (ORCPT ); Fri, 10 Jul 2015 03:27:15 -0400 Received: from relay2.provo.novell.com ([137.65.250.214]:60474 "EHLO relay2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752655AbbGJH1E convert rfc822-to-8bit (ORCPT ); Fri, 10 Jul 2015 03:27:04 -0400 Message-Id: <559FE440020000F90000E699@relay2.provo.novell.com> X-Mailer: Novell GroupWise Internet Agent 14.0.1 Date: Fri, 10 Jul 2015 01:26:56 -0600 From: "Gang He" To: Cc: , "Mark Fasheh" , , Subject: Re: [PATCH 0/4] ocfs2: add online file check feature References: <1435123461-3525-1-git-send-email-ghe@suse.com> <20150709140602.eafbc5a3b7660a6c7588e1b6@linux-foundation.org> In-Reply-To: <20150709140602.eafbc5a3b7660a6c7588e1b6@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 36 Hi Andrew, Thank for your suggestions. I will sort out a document for ocfs2 online file check feature. Thanks Gang >>> > On Wed, 24 Jun 2015 13:24:17 +0800 Gang He wrote: > >> When there are errors in the ocfs2 filesystem, >> they are usually accompanied by the inode number which caused the error. >> This inode number would be the input to fixing the file. >> One of these options could be considered: >> A file in the sys filesytem which would accept inode numbers. >> This could be used to communication back what has to be fixed or is fixed. >> You could write: >> $# echo "CHECK " > /sys/fs/ocfs2/devname/filecheck >> or >> $# echo "FIX " > /sys/fs/ocfs2/devname/filecheck > > This is a userspace feature so it should have user documentation. > Documentation/filesystems/ocfs2.txt is presumably the appropriate > place. > > And the availability of the complete user documentation will make the > review of this patchset more productive. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/