1. 23 9月, 2009 1 次提交
  2. 05 9月, 2009 36 次提交
  3. 18 8月, 2009 1 次提交
  4. 24 7月, 2009 1 次提交
    • T
      ocfs2: Use ocfs2_rec_clusters in ocfs2_adjust_adjacent_records. · 82e12644
      Tao Ma 提交于
      In ocfs2_adjust_adjacent_records, we will adjust adjacent records
      according to the extent_list in the lower level. But actually
      the lower level tree will either be a leaf or a branch. If we only
      use ocfs2_is_empty_extent we will meet with some problem if the lower
      tree is a branch (tree_depth > 1). So use !ocfs2_rec_clusters instead.
      And actually only the leaf record can have holes. So add a BUG_ON
      for non-leaf branch.
      Signed-off-by: NTao Ma <tao.ma@oracle.com>
      Signed-off-by: NJoel Becker <joel.becker@oracle.com>
      82e12644
  5. 22 7月, 2009 1 次提交