X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fproc%2Farray.c;h=64db2bceac59e7634976235bcddeada98e592b1c;hb=ede1d63fccb7a397832ddbdee5951ec65194d93e;hp=656e401794de5f8e2b03e975130cd3546ed5ed27;hpb=e19b9137142988bec5a76c5f8bdf12a77ea802b0;p=cascardo%2Flinux.git diff --git a/fs/proc/array.c b/fs/proc/array.c index 656e401794de..64db2bceac59 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -138,8 +138,8 @@ static const char * const task_state_array[] = { "D (disk sleep)", /* 2 */ "T (stopped)", /* 4 */ "t (tracing stop)", /* 8 */ - "Z (zombie)", /* 16 */ - "X (dead)", /* 32 */ + "X (dead)", /* 16 */ + "Z (zombie)", /* 32 */ }; static inline const char *get_task_state(struct task_struct *tsk)