1. 21 Jan, 2013 2 commits
    • Andrey Vagin's avatar
      cr-dump: call stat for /proc/pid/fd/X directly · d6ae6623
      Andrey Vagin authored
      This patch can be committed instead of:
      [PATCH 1/6] cr-dump: move parasite_drain_fds_seized out of dump_task_files
      [PATCH 2/6] cr-dump: fix dumping file locks in a mount namespace
      
      readlink is not required here and a file can be unavailable,
      if a process is in another mnt namespace
      Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      d6ae6623
    • Cyrill Gorcunov's avatar
      zdtm: sched_prio -- Add missing headers · 8587f7de
      Cyrill Gorcunov authored
      On glibc-2.16 I'm getting
      
       | sched_prio00.c: In function ‘main’:
       | sched_prio00.c:48:3: error: implicit declaration of function ‘setpriority’ [-Werror=implicit-function-declaration]
       | sched_prio00.c:48:19: error: ‘PRIO_PROCESS’ undeclared (first use in this function)
       | sched_prio00.c:48:19: note: each undeclared identifier is reported only once for each function it appears in
       | sched_prio00.c:60:3: error: implicit declaration of function ‘getpriority’ [-Werror=implicit-function-declaration]
      
      fix it adding headers needed.
      Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
      8587f7de
  2. 18 Jan, 2013 20 commits
  3. 17 Jan, 2013 15 commits
  4. 16 Jan, 2013 3 commits