1. 17 May, 2003 3 commits
    • Sam Ravnborg's avatar
      [PATCH] Remove 'strchr' warning from reiserfs · 3584199a
      Sam Ravnborg authored
      Reiserfs emits a warning about strchr being defined but not used.  I
      finally tracked down the reason for this.  gcc - when seeing strstr(x,
      "%") recognized that the second parameter is a char, and therefore uses
      strchr instead of strstr.  The workaround to avoid the warning is to
      replace the call to strstr with strchr - which is OK.
      
      This hides the warning, and brings us down to 6 warnings for a make
      defconfig bzImage.
      3584199a
    • Jens Axboe's avatar
      [PATCH] Always allocate sense buffer for block commands · 1fafca14
      Jens Axboe authored
      This always set ->sense for blk_pc_requests(), even if the actual user
      doesn't care about the sense results.  This is a lot nicer than then
      having to have conditional checks for it all over the place in the low-
      level drivers.
      1fafca14
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · 2181c194
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      2181c194
  2. 16 May, 2003 8 commits
  3. 15 May, 2003 29 commits