From: Namjae Jeon Date: Tue, 15 Jan 2013 10:58:47 +0000 (+0900) Subject: f2fs: fix the debugfs entry creation path X-Git-Tag: v3.8-rc5~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4589d25d015c2d02bb5f7075d0cbf6dcf23a33c0;p=pandora-kernel.git f2fs: fix the debugfs entry creation path As the "status" debugfs entry will be maintained for entire F2FS filesystem irrespective of the number of partitions. So, we can move the initialization to the init part of the f2fs and destroy will be done from exit part. After making changes, for individual partition mount - entry creation code will not be executed. Signed-off-by: Jianpeng Ma Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed