From 3e92a4e5fb191d243927b2a4dfcff6471c3a7f45 Mon Sep 17 00:00:00 2001 From: zhuyanlin Date: Sat, 18 Sep 2021 18:23:21 +0800 Subject: [PATCH] fs:procfs: add waiting_paging_fill state names Follow task_state in tcb_s. Signed-off-by: zhuyanlin --- fs/procfs/fs_procfsproc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/procfs/fs_procfsproc.c b/fs/procfs/fs_procfsproc.c index a75b520b94..78f9380754 100644 --- a/fs/procfs/fs_procfsproc.c +++ b/fs/procfs/fs_procfsproc.c @@ -366,6 +366,9 @@ static FAR const char * const g_statenames[] = , "Waiting,MQ empty" , "Waiting,MQ full" #endif +#ifdef CONFIG_PAGING + , "Waiting,Paging fill" +#endif #ifdef CONFIG_SIG_SIGSTOP_ACTION , "Stopped" #endif