• T
    ocfs2: move tree path functions to alloc.h. · e2e9f608
    Tao Ma 提交于
    Now fs/ocfs2/alloc.c has more than 7000 lines. It contains our
    basic b-tree operation. Although we have already make our b-tree
    operation generic, the basic structrue ocfs2_path which is used
    to iterate one b-tree branch is still static and limited to only
    used in alloc.c. As refcount tree need them and I don't want to
    add any more b-tree unrelated code to alloc.c, export them out.
    
    Signed-off-by: Tao Ma <tao.ma@oracle.com> 
    e2e9f608
alloc.c 194.8 KB