diff options
Diffstat (limited to 'fs/proc/array.c')
| -rw-r--r-- | fs/proc/array.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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');  |