Commit f818065e authored by Pavel Emelyanov's avatar Pavel Emelyanov

mnt: Mark fini_mnt_ns as void arg

Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 02f7c5c6
......@@ -1682,7 +1682,7 @@ static int populate_mnt_ns(struct mount_info *mis)
return mnt_tree_for_each(pms, do_mount_one);
}
int fini_mnt_ns()
int fini_mnt_ns(void)
{
int ret = 0;
......
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