commit | 086e011b1f7c46d9defadbe0a3db14bb50c08e4a | [log] [tgz] |
---|---|---|
author | Gary Bisson <gary.bisson@boundarydevices.com> | Mon Sep 07 11:20:07 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 11 17:15:29 2015 -0400 |
tree | d85aaa31c4bc3b74c713b21ed3c7a6dc625e7c41 | |
parent | a5d75f744f7e1090ba39a27ef0fbf7b8b9f497e0 [diff] |
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>