1. 30 4月, 2013 1 次提交
  2. 29 3月, 2012 1 次提交
  3. 16 12月, 2009 1 次提交
    • J
      efirtc: explicitly set llseek to no_llseek · f29627c2
      John Kacur 提交于
      Now that we've removed the BKL here, let's explicitly set llseek to
      no_llseek since the default llseek is not used here.
      
      The default_llseek function still contains the BKL.  When we are auditing
      code to see if we can remove the BKL, this is one of the hidden
      considerations we need to take into account.  i.e., is there
      syncronization between code that has the BKL and llseek.
      
      At the same time we remove the BKL it would be a good idea to do indicate
      when no llseek function is required, so we don't have to revisit this code
      again, when we are trying to determine if we can remove the BKL from the
      default_llseek.
      Signed-off-by: NJohn Kacur <jkacur@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      f29627c2
  4. 14 10月, 2009 1 次提交
  5. 05 8月, 2008 1 次提交
  6. 26 7月, 2008 1 次提交
  7. 21 6月, 2008 1 次提交
  8. 03 2月, 2008 1 次提交
  9. 04 7月, 2006 1 次提交
  10. 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