From 44a6dd4ff59fee0ea4a20e6fa86d4889d4c4d5a2 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Mon, 26 Mar 2012 17:46:04 +0400 Subject: [PATCH] fdset: Reorder CR_FD_ types Move pstree and sk-queues below, they are not per-task/-ns and will be global soon. Signed-off-by: Pavel Emelyanov --- include/crtools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/crtools.h b/include/crtools.h index 03dc72da7..b7104906c 100644 --- a/include/crtools.h +++ b/include/crtools.h @@ -34,18 +34,18 @@ enum { * Global entries */ - CR_FD_PSTREE, CR_FD_UTSNS, CR_FD_IPCNS_VAR, CR_FD_IPCNS_SHM, CR_FD_IPCNS_MSG, CR_FD_IPCNS_SEM, - CR_FD_SK_QUEUES, - CR_FD_PID_MAX, /* fmt, pid */ + CR_FD_PSTREE, CR_FD_SHMEM_PAGES, + + CR_FD_SK_QUEUES, CR_FD_REG_FILES, CR_FD_MAX