RE: [PATCH 16/17] f2fs: move proc files to debugfs

2012-10-31 Thread Jaegeuk Kim
> Cc: linux-fsde...@vger.kernel.org; linux-kernel@vger.kernel.org; > v...@zeniv.linux.org.uk; > a...@arndb.de; ty...@mit.edu; chur@samsung.com; cm224@samsung.com; > jooyoung.hw...@samsung.com > Subject: Re: [PATCH 16/17] f2fs: move proc files to debugfs > Importance: High > >

Re: [PATCH 16/17] f2fs: move proc files to debugfs

2012-10-31 Thread Greg KH
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

[PATCH 16/17] f2fs: move proc files to debugfs

2012-10-31 Thread Jaegeuk Kim
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 fi