Whamcloud - gitweb
libext2fs: move the alignment field from unix_io to the io_manager
authorTheodore Ts'o <tytso@mit.edu>
Mon, 7 May 2012 16:56:07 +0000 (12:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 7 May 2012 16:56:07 +0000 (12:56 -0400)
commit0a05b90330d8b505469c72143964b954776be232
tree8b7ce2fe48538fe8a0e67a363d25ea7ea7b1516b
parent65ee799fbe038eae24cdb6b02bd7f14cf274862d
libext2fs: move the alignment field from unix_io to the io_manager

The align field which indicated the required data alignment of data
buffers was stored in a field specific to the unix_io manager.  Move
it to the top-level io_channel structure so it can be better
generalized.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2_io.h
lib/ext2fs/test_io.c
lib/ext2fs/unix_io.c