From mboxrd@z Thu Jan 1 00:00:00 1970 From: 'Greg KH' Subject: Re: [PATCH 16/17 v2] f2fs: move proc files to debugfs Date: Wed, 31 Oct 2012 15:50:39 -0700 Message-ID: <20121031225039.GB22962@kroah.com> References: <003d01cdb74b$0c3fa420$24beec60$%kim@samsung.com> <004d01cdb74d$07583b00$1608b100$%kim@samsung.com> <20121031155140.GB31543@kroah.com> <00f501cdb7b1$81ba5860$852f0920$%kim@samsung.com> <00fb01cdb7b8$68dcaad0$3a960070$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Jaegeuk Kim Return-path: Content-Disposition: inline In-Reply-To: <00fb01cdb7b8$68dcaad0$3a960070$%kim@samsung.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Nov 01, 2012 at 07:38:12AM +0900, Jaegeuk Kim wrote: > From: Greg Kroah-Hartman > > 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 > [jaegeuk.kim@samsung.com: merged 3 debugfs entries into a *status* entry] > Signed-off-by: Jaegeuk Kim Thanks for the change. As for the merge, that looks good to me. greg k-h