commit | be31a8de5a37b481d1aa44e52653575f08eeb288 | [log] [tgz] |
---|---|---|
author | Zheng Liu <wenqing.lz@taobao.com> | Mon Mar 03 01:03:24 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 04 08:46:15 2014 -0500 |
tree | 325a9883d7f5d284266a233de8551dc7a85acb9e | |
parent | 3c1388d99c6b4704f51f5e884fbd6289973b33e8 [diff] |
libext2fs: export inode cache creation function Currently we have already exported inode cache flush and free functions for users. This commit exports inode cache creation function. Later we will use this function to initialize inode cache and do some unit tests for inline data. Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>