Whamcloud - gitweb
Add new inode I/O abstraction interface which exports an inode as
authorTheodore Ts'o <tytso@mit.edu>
Wed, 20 Feb 2002 06:06:25 +0000 (01:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 20 Feb 2002 06:06:25 +0000 (01:06 -0500)
commitf12e285ffd9ff0b37c4f91d5ab2b021ed1eb43be
tree609e6c0c8b5fb5cf552586053ada48fe5eb653c8
parent7d4343d0d05ce69e0a72da5ac34eea415d4c789f
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.
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h
lib/ext2fs/fileio.c
lib/ext2fs/inode_io.c [new file with mode: 0644]
lib/ext2fs/test_io.c
lib/ext2fs/unix_io.c