Commit 44a6dd4f authored by Pavel Emelyanov's avatar Pavel Emelyanov

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: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 3858ee49
...@@ -34,18 +34,18 @@ enum { ...@@ -34,18 +34,18 @@ enum {
* Global entries * Global entries
*/ */
CR_FD_PSTREE,
CR_FD_UTSNS, CR_FD_UTSNS,
CR_FD_IPCNS_VAR, CR_FD_IPCNS_VAR,
CR_FD_IPCNS_SHM, CR_FD_IPCNS_SHM,
CR_FD_IPCNS_MSG, CR_FD_IPCNS_MSG,
CR_FD_IPCNS_SEM, CR_FD_IPCNS_SEM,
CR_FD_SK_QUEUES,
CR_FD_PID_MAX, /* fmt, pid */ CR_FD_PID_MAX, /* fmt, pid */
CR_FD_PSTREE,
CR_FD_SHMEM_PAGES, CR_FD_SHMEM_PAGES,
CR_FD_SK_QUEUES,
CR_FD_REG_FILES, CR_FD_REG_FILES,
CR_FD_MAX CR_FD_MAX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment