Commit 3435ec9e authored by Pavel Emelyanov's avatar Pavel Emelyanov

Add 50K'th line in the source code

As per current top commit (9c0c23c0) the amount of code in CRIU
_without_ the contents of the test/ directory is

$ git grep -l . | egrep -v ^test | xargs wc -l
...
49999

This is the only chance for such a great one-liner :)

The place in the code is not completely random -- it's one of the
few occurrences of two consecutive empty lines in a .c file.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Tested-by: 's avatarAndrew Vagin <avagin@parallels.com>
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
parent 9c0c23c0
......@@ -799,6 +799,7 @@ int parasite_get_proc_fd_seized(struct parasite_ctl *ctl)
return fd;
}
/* This is officially the 50000'th line in the CRIU source code */
static bool task_in_parasite(struct parasite_ctl *ctl, user_regs_struct_t *regs)
{
......
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