1. 02 2月, 2008 1 次提交
    • J
      nfsd: fail module init on reply cache init failure · d5c3428b
      J. Bruce Fields 提交于
      If the reply cache initialization fails due to a kmalloc failure,
      currently we try to soldier on with a reduced (or nonexistant) reply
      cache.
      
      Better to just fail immediately: the failure is then much easier to
      understand and debug, and it could save us complexity in some later
      code.  (But actually, it doesn't help currently because the cache is
      also turned off in some odd failure cases; we should probably find a
      better way to handle those failure cases some day.)
      
      Fix some minor style problems while we're at it, and rename
      nfsd_cache_init() to remove the need for a comment describing it.
      Acked-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      d5c3428b
  2. 13 2月, 2007 1 次提交
  3. 09 12月, 2006 1 次提交
  4. 21 10月, 2006 1 次提交
  5. 27 6月, 2006 1 次提交
  6. 07 11月, 2005 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4