From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaegeuk Kim Subject: RE: [PATCH 16/17] f2fs: move proc files to debugfs Date: Thu, 01 Nov 2012 06:48:47 +0900 Message-ID: <00f501cdb7b1$81ba5860$852f0920$%kim@samsung.com> References: <003d01cdb74b$0c3fa420$24beec60$%kim@samsung.com> <004d01cdb74d$07583b00$1608b100$%kim@samsung.com> <20121031155140.GB31543@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=Windows-1252 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, arnd@arndb.de, tytso@mit.edu, chur.lee@samsung.com, cm224.lee@samsung.com, jooyoung.hwang@samsung.com To: 'Greg KH' Return-path: In-reply-to: <20121031155140.GB31543@kroah.com> Content-language: en-us Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org My apologies... I should have examined the patch itself more carefully. I'll resend. Thanks, --- Jaegeuk Kim Samsung > -----Original Message----- > From: Greg KH [mailto:gregkh@linuxfoundation.org] > Sent: Thursday, November 01, 2012 12:52 AM > To: Jaegeuk Kim > Cc: linux-fsdevel@vger.kernel.org; linux-kernel@vger.kernel.org; viro@zeniv.linux.org.uk; > arnd@arndb.de; tytso@mit.edu; chur.lee@samsung.com; cm224.lee@samsung.com; jooyoung.hwang@samsung.com > Subject: Re: [PATCH 16/17] f2fs: move proc files to debugfs > Importance: High > > On Wed, Oct 31, 2012 at 06:49:32PM +0900, Jaegeuk Kim wrote: > > This moves all of the f2fs debugging files into debugfs. The files are > > located in /sys/kernel/debug/f2fs/ > > > > Note, I think we are generating all of the same information in each of > > the files for every unique f2fs filesystem in the machine. This copies > > the functionality that was present in the proc files, but this should be > > fixed up in the future. > > > > Signed-off-by: Greg Kroah-Hartman > > Acked-by: Jaegeuk Kim > > As I wrote this, you need to keep the "From: Greg..." as the first line > in the changelog so it properly gets attributed when it gets applied. > > See the file Documentation/SubmittingPatches for more details of this. > > thanks, > > greg k-h