commit | 319158f9bd1d49ae0f697cfa9910d67ba5be8627 | [log] [tgz] |
---|---|---|
author | Jose R. Santos <jrs@us.ibm.com> | Mon Jun 01 16:15:40 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 01 16:15:40 2009 -0400 |
tree | e95ac604e131c8dc2dfc065e1af784f07552e8e0 | |
parent | e3854b3b7c7c499a663d752f9196a0d74eb5ec98 [diff] |
Use blk64_t for blocks in struct ext2_file The ext2_file structure is never exposed through the libext2fs API so it is safe to use 64-bit blocks for blockno and physclock without breaking the ABI. Signed-off-by: Jose R. Santos <jrs@us.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>