X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdd%2Fmdd_lproc.c;h=92982eb060238897b89ba2142849c20c65b79e97;hb=4eefbc353d464dcbf24afcc575f5a9830cdc6806;hp=7897fe9216216b32e6b2278837c34adb5e451c81;hpb=d10200a80770f0029d1d665af954187b9ad883df;p=fs%2Flustre-release.git diff --git a/lustre/mdd/mdd_lproc.c b/lustre/mdd/mdd_lproc.c index 7897fe9..92982eb 100644 --- a/lustre/mdd/mdd_lproc.c +++ b/lustre/mdd/mdd_lproc.c @@ -90,6 +90,7 @@ static int mdd_changelog_mask_seq_show(struct seq_file *m, void *data) seq_printf(m, "%s ", changelog_type2str(i)); i++; } + seq_putc(m, '\n'); return 0; }