Projects STRLCPY criu Commits c297c994
🤬
  • restore: don't call fdstore_init twice

    When the "core: Init fdstore even earlier" commit was moved into
    the master branch, one hunk was lost.
    
    https://github.com/checkpoint-restore/criu/issues/460
    Signed-off-by: Andrei Vagin <[email protected]>
  • Loading...
  • Andrei Vagin committed 6 years ago
    c297c994
    1 parent c21e09cf
  • ■ ■ ■ ■ ■ ■
    criu/cr-restore.c
    skipped 1647 lines
    1648 1648   
    1649 1649   /* Restore root task */
    1650 1650   if (current->parent == NULL) {
    1651  - if (fdstore_init())
    1652  - goto err;
    1653  - 
    1654 1651   if (join_namespaces()) {
    1655 1652   pr_perror("Join namespaces failed");
    1656 1653   goto err;
    skipped 1830 lines
Please wait...
Page is in error, reload to recover