Searched hist:e2e9f6082b5ff099978774d5c0148e062344c2f9 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.h | diff e2e9f6082b5ff099978774d5c0148e062344c2f9 Mon Aug 17 22:22:34 CDT 2009 Tao Ma <tao.ma@oracle.com> ocfs2: move tree path functions to alloc.h.
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>
|
H A D | alloc.c | diff e2e9f6082b5ff099978774d5c0148e062344c2f9 Mon Aug 17 22:22:34 CDT 2009 Tao Ma <tao.ma@oracle.com> ocfs2: move tree path functions to alloc.h.
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>
|