commit | 6dc058bd126ba2f631e38233d899f58a04e0c74f | [log] [tgz] |
---|---|---|
author | Renzo Davoli <renzo@cs.unibo.it> | Sat Jul 10 15:32:46 2010 +0200 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jul 22 09:40:25 2010 -0400 |
tree | 11dce2d74fd5603c95a2d115984dd2d7afdf77ca | |
parent | 86685923625eed3632eaf17cdda8e86f13b13384 [diff] |
libext2fs: Add new function ext2fs_file_get_inode() This patch adds a very simple function: struct ext2_inode *ext2fs_file_get_inode(ext2_file_t file); which is useful for fuse-ext2 when it needs to read the inode of an open file. Signed-off-by: renzo davoli <renzo@cs.unibo.it> Signed-off-by: Theodore Ts'o <tytso@mit.edu>