commit | 3154e1cceb9f49bd3898e9a91723141af55cdd36 | [log] [tgz] |
---|---|---|
author | Jose R. Santos <jrs@us.ibm.com> | Mon Mar 03 10:41:18 2008 -0600 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Mar 13 13:46:44 2008 -0400 |
tree | 19691c893eab52ef9a57ef139e4025b3f412594f | |
parent | a040a99b6cc4bf9f10d39747ca6947f0462a2eb2 [diff] |
Add 64-bit IO manager operations to struct_io_manager. In order to provide 64-bit block support for IO managers an maintain ABI compatibility with the old API, some new functions need to be added to struct_io_manger. Luckily, strcut_io_manager has some reserved space that we can use to add these new functions. Signed-off-by: Jose R. Santos <jrs@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>