commit | 64732a084b31f0822381c4412e411b947bc69ed5 | [log] [tgz] |
---|---|---|
author | Ronald Zachariah <rozachar@cisco.com> | Thu Apr 28 07:08:34 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 02 13:33:19 2016 -0400 |
tree | deaa4d52363cce6365ffcb85bc580f551f83e6a8 | |
parent | 50798ccfe7d5d455c8ef260eef83f85fd4ce23cd [diff] |
fs: ext4: fix symlink read function The function ext4fs_read_symlink was unable to handle a symlink which had target name of exactly 60 characters. Signed-off-by: Ronald Zachariah <rozachar@cisco.com> Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Stephen Warren <swarren@nvidia.com> Cc: Tom Rini <trini@konsulko.com>