Whamcloud - gitweb
libext2fs: export inode cache creation function
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 3 Mar 2014 06:03:24 +0000 (01:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Mar 2014 13:46:15 +0000 (08:46 -0500)
commitbe31a8de5a37b481d1aa44e52653575f08eeb288
tree325a9883d7f5d284266a233de8551dc7a85acb9e
parent3c1388d99c6b4704f51f5e884fbd6289973b33e8
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>
lib/ext2fs/ext2fs.h
lib/ext2fs/ext2fsP.h
lib/ext2fs/inode.c