Whamcloud - gitweb
libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full() 25/1325/1
authorTheodore Ts'o <tytso@mit.edu>
Wed, 6 Jul 2011 00:02:27 +0000 (20:02 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 1 Sep 2011 23:18:27 +0000 (17:18 -0600)
commit24404aa340b274e077b2551fa7bdde5122d3eb43
tree35b9a6d3c1438aa018c699a761a73c9215aa81ee
parent23537a11dff73d6bd9c87debac5a0345e81e719a
libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full()

This fixes a problem where reading or writing inodes located after the
4GB boundary would fail.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/inode.c