1. 09 Apr, 2014 3 commits
  2. 08 Apr, 2014 4 commits
  3. 07 Apr, 2014 1 commit
  4. 04 Apr, 2014 3 commits
  5. 02 Apr, 2014 3 commits
  6. 01 Apr, 2014 2 commits
  7. 25 Mar, 2014 2 commits
  8. 24 Mar, 2014 4 commits
  9. 22 Mar, 2014 2 commits
  10. 21 Mar, 2014 2 commits
  11. 20 Mar, 2014 1 commit
  12. 19 Mar, 2014 6 commits
  13. 18 Mar, 2014 5 commits
  14. 17 Mar, 2014 1 commit
    • Cyrill Gorcunov's avatar
      image: Add O_OPT when trying to open optional image files · 1153f225
      Cyrill Gorcunov authored
      During the time some files become obsolete and might be missing
      in checkpoint image set, but to keep backward compatibility we
      still trying to open them, which might print out error like
      
       | Unable to open 'path-to-file'
      
      and confuse a reader why criu prints error but continue working.
      
      To eliminate this problem O_OPT flag has been introduced in
      commit 16b56920, which suppress error message priting
      if the flag is set.
      
      Now start using O_OPT in the following functions
      
       - open_irmap_cache: irmap cache is relatively new optional feature
      
       - prepare_rlimits, open_signal_image, restore_file_locks,
         prepare_fd_pid, prepare_mm_pid, collect_image: all these
         helpers are trying to open image files which can be missing.
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      1153f225
  15. 14 Mar, 2014 1 commit