Whamcloud - gitweb
libext2fs: fix 64-bit support in ext2fs_{read,write}_inode_full()
authorTheodore Ts'o <tytso@mit.edu>
Wed, 6 Jul 2011 00:02:27 +0000 (20:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 6 Jul 2011 00:02:27 +0000 (20:02 -0400)
commit41e102a4d1be1aed9bdd002e03b4d244b5446036
tree5e09ee5fd777ea78f0b6a9046931619d21cd15f4
parent25567a7b0fa98b390fd1ff0d4702b29c23a75bbb
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