Commit eb53f9be authored by Pavel Emelyanov's avatar Pavel Emelyanov

mount: Fix brace formatting

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 6dfd7cf5
...@@ -3428,7 +3428,8 @@ set_root: ...@@ -3428,7 +3428,8 @@ set_root:
return mntns_set_root_fd(pid, fd); return mntns_set_root_fd(pid, fd);
} }
int mntns_get_root_fd(struct ns_id *mntns) { int mntns_get_root_fd(struct ns_id *mntns)
{
/* /*
* All namespaces are restored from the root task and during the * All namespaces are restored from the root task and during the
* CR_STATE_FORKING stage the root task has two file descriptors for * CR_STATE_FORKING stage the root task has two file descriptors for
......
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