9
0
Fork 0
barebox/fs/ext4
Ronald Zachariah 3dc604d636 fs: ext4: fix symlink read function
From U-Boot commit:

| commit 37f23885e4905ff500a8524328aa3084ac11cdb4
| Author: Ronald Zachariah <rozachar@cisco.com>
| Date:   Thu Apr 28 07:08:34 2016 +0200
|
|     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>

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-07-07 09:18:28 +02:00
..
Kconfig fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
Makefile fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4_common.c fs: ext4: fix symlink read function 2016-07-07 09:18:28 +02:00
ext4_common.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4fs.c fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4fs.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext_barebox.c fs: rename inode member of struct filep to priv 2015-03-09 08:06:41 +01:00
ext_common.h fs: import magic.h from Linux kernel 2016-02-03 07:57:36 +01:00