From 72f556e181574556bff7c76bb34e57f684759e13 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 12 Feb 2016 01:15:06 -0500 Subject: [PATCH] add patch add-a-line-break-for-proc-mb_groups-display --- add-a-line-break-for-proc-mb_groups-display | 30 +++++++++++++++++++++++++++++ series | 1 + timestamps | 7 ++++--- 3 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 add-a-line-break-for-proc-mb_groups-display diff --git a/add-a-line-break-for-proc-mb_groups-display b/add-a-line-break-for-proc-mb_groups-display new file mode 100644 index 00000000..e3ef3c4a --- /dev/null +++ b/add-a-line-break-for-proc-mb_groups-display @@ -0,0 +1,30 @@ +ext4: add a line break for proc mb_groups display + +From: Huaitong Han + +This patch adds a line break for proc mb_groups display. + +Signed-off-by: Huaitong Han +Signed-off-by: Theodore Ts'o +Reviewed-by: Andreas Dilger +--- + fs/ext4/mballoc.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c +index 61eaf74..4424b7b 100644 +--- a/fs/ext4/mballoc.c ++++ b/fs/ext4/mballoc.c +@@ -2285,7 +2285,7 @@ static int ext4_mb_seq_groups_show(struct seq_file *seq, void *v) + if (group == 0) + seq_puts(seq, "#group: free frags first [" + " 2^0 2^1 2^2 2^3 2^4 2^5 2^6 " +- " 2^7 2^8 2^9 2^10 2^11 2^12 2^13 ]"); ++ " 2^7 2^8 2^9 2^10 2^11 2^12 2^13 ]\n"); + + i = (sb->s_blocksize_bits + 2) * sizeof(sg.info.bb_counters[0]) + + sizeof(struct ext4_group_info); +-- +2.4.3 + + diff --git a/series b/series index b1df08c2..cb300caa 100644 --- a/series +++ b/series @@ -4,6 +4,7 @@ crypto-fix-validate-when-key-add-remove crypto-move-context-consistency-check-to-ext4_file_open fix-scheduling-in-atomic-on-group-checksum-failure fix-erroneus-return-value +add-a-line-break-for-proc-mb_groups-display ########################################## # unstable patches diff --git a/timestamps b/timestamps index 587abeae..a7633664 100755 --- a/timestamps +++ b/timestamps @@ -32,6 +32,7 @@ touch -d @1454891705 crypto-fix-validate-when-key-add-remove touch -d @1454910866 crypto-move-context-consistency-check-to-ext4_file_open touch -d @1455250512 fix-scheduling-in-atomic-on-group-checksum-failure touch -d @1455253041 fix-erroneus-return-value -touch -d @1455253049 timestamps -touch -d @1455253079 series -touch -d @1455253082 status +touch -d @1455254236 add-a-line-break-for-proc-mb_groups-display +touch -d @1455254437 series +touch -d @1455254453 status +touch -d @1455257697 timestamps -- 2.11.4.GIT