fs: ext4: fix symlink read function
authorGary Bisson <gary.bisson@boundarydevices.com>
Mon, 7 Sep 2015 09:20:07 +0000 (11:20 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Sep 2015 21:15:29 +0000 (17:15 -0400)
commit9d2f6a9ae70d06e4cead539e57f264c980643f53
treed85aaa31c4bc3b74c713b21ed3c7a6dc625e7c41
parent40372244f206fcf94eadfcd1d063185373d5d25d
fs: ext4: fix symlink read function

Since last API changes for files >2GB, the read of symlink is broken as
ext4fs_read_file now returns 0 instead of the length of the actual read.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
fs/ext4/ext4_common.c