X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fproc%2Farray.c;h=f9bd395b3473f6f1ca5f0697679d7d469e9fdb7c;hb=721b024bd47c1e4b995e7eeb6455b714b817ad60;hp=fbb53c249086bf074ef273b3c69378e5f1746157;hpb=8ebfdf2babcda5a3b06cc67523bca1f9aed46009;p=karo-tx-linux.git diff --git a/fs/proc/array.c b/fs/proc/array.c index fbb53c249086..f9bd395b3473 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -550,7 +550,7 @@ int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, seq_put_decimal_ull(m, ' ', shared); seq_put_decimal_ull(m, ' ', text); seq_put_decimal_ull(m, ' ', 0); - seq_put_decimal_ull(m, ' ', text); + seq_put_decimal_ull(m, ' ', data); seq_put_decimal_ull(m, ' ', 0); seq_putc(m, '\n');