commit | 84b239aea4da04c7a569b428d3abf6c720e82645 | [log] [tgz] |
---|---|---|
author | number9652 <number9652@yahoo.com> | Tue May 19 13:34:12 2009 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 28 16:33:38 2009 -0400 |
tree | 2c141fc712896ddba7e4d45340fcf2e6237ff5c6 | |
parent | 9facd076ae8af6e908e228392cea866ce0faf1bc [diff] |
libext2fs: add ext2fs_extent_open2 The patch below adds a function, ext2fs_extent_open2(), that behaves as ext2fs_extent_open(), but will use the user-supplied inode structure when opening an extent instead of reading the inode from disk. It also changes several of the calls to extent_open() to use this enhancement. Signed-off-by: Nic Case <number9652@yahoo.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>