ext4: mballoc: refactor ext4_mb_show_ac()
authorRitesh Harjani <riteshh@linux.ibm.com>
Sun, 10 May 2020 06:24:42 +0000 (11:54 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:51 +0000 (23:16 -0400)
commite68cf40c0d098a63bc571bc5981dee6c2013c494
tree264daefaf24def7e5f645ca55e3ead1e3e637745
parent212da3ec6fafe458cd54c3a365cbcb4f9bd794e1
ext4: mballoc: refactor ext4_mb_show_ac()

This factors out ext4_mb_show_pa() function to show all the group's
preallocation info. This could be useful info to be added in later
patches.

There should be no functionality change in this patch.

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/r/8f07d890b0038dcc935e9c10e6043ec9f3792721.1589086800.git.riteshh@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c