Use int64_t as offset to ext4_fseek.
authorFan Deng <enetor@gmail.com>
Wed, 18 Oct 2017 17:54:54 +0000 (10:54 -0700)
committerFan Deng <enetor@gmail.com>
Wed, 18 Oct 2017 17:54:54 +0000 (10:54 -0700)
commitd8218c9442655f8bdebb912483d425dded654bfd
tree0b56d87e7a61e40d0eb74a3a07f188d2ade16cf5
parentcc66c4021879f44ff267298c4a666ae8d78d9e43
Use int64_t as offset to ext4_fseek.

This change makes it possible to fseek backwards in fseek.

Tested:
  make test_all
include/ext4.h
src/ext4.c