mirror of https://gitee.com/openkylin/linux.git
drbd: Remove superfluous newline from "resync_extents" debugfs entry.
See "drbd/resources/*/volumes/*/resync_extents". Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
ed15b79509
commit
f0c21e6228
|
@ -695,7 +695,7 @@ static void resync_dump_detail(struct seq_file *m, struct lc_element *e)
|
|||
{
|
||||
struct bm_extent *bme = lc_entry(e, struct bm_extent, lce);
|
||||
|
||||
seq_printf(m, "%5d %s %s %s\n", bme->rs_left,
|
||||
seq_printf(m, "%5d %s %s %s", bme->rs_left,
|
||||
test_bit(BME_NO_WRITES, &bme->flags) ? "NO_WRITES" : "---------",
|
||||
test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------",
|
||||
test_bit(BME_PRIORITY, &bme->flags) ? "PRIORITY" : "--------"
|
||||
|
|
Loading…
Reference in New Issue