commit | 00f0b1411838db56e1e04816e4d369be332fd2b6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 24 10:06:45 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 24 10:06:45 2010 -0400 |
tree | a1fc41399919d4ad0f0e7a092b666bdb4992c5cd | |
parent | 7f1a1fbf850f6b73b5c9c82365f01029fb250a1c [diff] |
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>