commit | f12e285ffd9ff0b37c4f91d5ab2b021ed1eb43be | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Feb 20 01:06:25 2002 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Feb 20 01:06:25 2002 -0500 |
tree | 609e6c0c8b5fb5cf552586053ada48fe5eb653c8 | |
parent | 7d4343d0d05ce69e0a72da5ac34eea415d4c789f [diff] |
Add new inode I/O abstraction interface which exports an inode as an I/O object. Export ext2_file_flush as a public interface. Also minor cleanups to tighten code in other I/O abstractions, and to mark a void * pointer as const in the ext2_file_write interface.