1. 19 Apr, 2011 1 commit
  2. 15 Apr, 2011 2 commits
  3. 11 Apr, 2011 1 commit
  4. 08 Apr, 2011 1 commit
    • Eric Dumazet's avatar
      perf: Fix a build error with some GCC versions · 621d2656
      Eric Dumazet authored
      Fix this:
      
       util/cgroup.c: In function ‘open_cgroup’:
       util/cgroup.c:16:16: error: ‘saved_ptr’ may be used uninitialized in this function
       util/cgroup.c:16:16: note: ‘saved_ptr’ was declared here
      
      Apparently newer GCC (4.6) can figure out that this variable is properly
      initialized - but some versions of GCC (such as 4.5.2) need help.
      Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
      Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
      LKML-Reference: <new-submission>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      621d2656
  5. 07 Apr, 2011 15 commits
  6. 06 Apr, 2011 20 commits