1. 10 6月, 2009 3 次提交
  2. 13 4月, 2009 1 次提交
    • R
      nilfs2: fix lockdep recursive locking warning on bmap · bcb48891
      Ryusuke Konishi 提交于
      The bmap semaphore of DAT file can be held while a bmap of other files
      is locked.  This has caused the following false detection of lockdep
      check:
      
      mount.nilfs2/4667 is trying to acquire lock:
       (&bmap->b_sem){..--}, at: [<d0c6c4b4>] nilfs_bmap_lookup_at_level+0x1a/0x74 [nilfs2]
      
      but task is already holding lock:
       (&bmap->b_sem){..--}, at: [<d0c6c4b4>] nilfs_bmap_lookup_at_level+0x1a/0x74 [nilfs2]
      
      This will fix the false detection by distinguishing semaphores of the
      DAT and other files.
      Signed-off-by: NRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
      bcb48891
  3. 07 4月, 2009 2 次提交