Whamcloud - gitweb
Use blk64_t for blocks in struct ext2_file
authorJose R. Santos <jrs@us.ibm.com>
Mon, 1 Jun 2009 20:15:40 +0000 (16:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Jun 2009 20:15:40 +0000 (16:15 -0400)
commit319158f9bd1d49ae0f697cfa9910d67ba5be8627
treee95ac604e131c8dc2dfc065e1af784f07552e8e0
parente3854b3b7c7c499a663d752f9196a0d74eb5ec98
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>
lib/ext2fs/fileio.c