]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/proc/array.c
Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
[karo-tx-linux.git] / fs / proc / array.c
index fbb53c249086bf074ef273b3c69378e5f1746157..f9bd395b3473f6f1ca5f0697679d7d469e9fdb7c 100644 (file)
@@ -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');