1. 23 10月, 2010 29 次提交
  2. 22 10月, 2010 2 次提交
    • A
      BKL: remove BKL from freevxfs · 6d7bccc2
      Arnd Bergmann 提交于
      All uses of the BKL in freevxfs were the result of a pushdown into
      code that doesn't really need it. As Christoph points out, this
      is a read-only file system, which eliminates most of the races in
      readdir/lookup.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Cc: Christoph Hellwig <hch@infradead.org>
      6d7bccc2
    • A
      BKL: remove BKL from qnx4 · 073c2141
      Arnd Bergmann 提交于
      All uses of the BKL in qnx4 were the result of a pushdown into
      code that doesn't really need it. As Christoph points out, this
      is a read-only file system, which eliminates most of the races in
      readdir/lookup.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NAnders Larsen <al@alarsen.net>
      Cc: Christoph Hellwig <hch@infradead.org>
      073c2141
  3. 21 10月, 2010 9 次提交