Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f83759e2 authored by majianpeng's avatar majianpeng Committed by Jaegeuk Kim
Browse files

f2fs: add device name in debugfs



In file status, it can't distinguish between different devices.
So add device name to do this function.

Signed-off-by: default avatarJianpeng Ma <majianpeng@gmail.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk.kim@samsung.com>
parent facb0205
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -183,10 +183,12 @@ static int stat_show(struct seq_file *s, void *v)

	mutex_lock(&f2fs_stat_mutex);
	list_for_each_entry_safe(si, next, &f2fs_stat_list, stat_list) {
		char devname[BDEVNAME_SIZE];

		update_general_status(si->sbi);

		seq_printf(s, "\n=====[ partition info. #%d ]=====\n", i++);
		seq_printf(s, "\n=====[ partition info(%s). #%d ]=====\n",
			bdevname(si->sbi->sb->s_bdev, devname), i++);
		seq_printf(s, "[SB: 1] [CP: 2] [SIT: %d] [NAT: %d] ",
			   si->sit_area_segs, si->nat_area_segs);
		seq_printf(s, "[SSA: %d] [MAIN: %d",