Whamcloud - gitweb
ext2fs: Optimize for Direct I/O
authorTheodore Ts'o <tytso@mit.edu>
Fri, 24 Sep 2010 14:06:45 +0000 (10:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 24 Sep 2010 14:06:45 +0000 (10:06 -0400)
commit00f0b1411838db56e1e04816e4d369be332fd2b6
treea1fc41399919d4ad0f0e7a092b666bdb4992c5cd
parent7f1a1fbf850f6b73b5c9c82365f01029fb250a1c
ext2fs: Optimize for Direct I/O

Allocate various memory structures to be properly aligned to avoid
needing to use a bounce buffer when doing direct I/O read/writes.
This should also help on FreeBSD systems which require aligned buffers
unconditionally.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/inode.c
lib/ext2fs/openfs.c
lib/ext2fs/rw_bitmaps.c