rv1126-uboot/fs
Marek Behún 9f816917d2 UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfs
The ext4, reiserfs and zfs filesystems all have their own implementation
of the same function, *_devread. Generalize this function into fs_devread
and put the code into fs/fs_internal.c.

Change-Id: Ib558f0f40ba1520f4974ca5cbd31265573b156c9
Signed-off-by: Marek Behun <marek.behun@nic.cz>
[trini: Move fs/fs_internal.o hunk to the end of fs/Makefile as all
cases need it]
Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
(cherry picked from commit 5994e8b6432d1c6df1cad44771f02054dba893ff)
2018-01-17 15:27:28 +08:00
..
cbfs fs: Kconfig: Add a separate config for FS_CBFS 2017-04-30 13:40:57 -04:00
cramfs fs: Kconfig: Add a separate option for FS_CRAMFS 2017-04-30 13:40:59 -04:00
ext4 UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfs 2018-01-17 15:27:28 +08:00
fat UPSTREAM: fs/fat: Reduce stack usage 2018-01-16 18:16:48 +08:00
jffs2 fs: use get_nand_dev_by_index() 2017-07-11 22:41:47 -04:00
reiserfs UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfs 2018-01-17 15:27:28 +08:00
sandbox sandboxfs: Fix resource leak 2016-12-02 10:37:47 -07:00
ubifs env: Rename common functions related to setenv() 2017-08-16 08:23:32 -04:00
yaffs2 Convert CONFIG_CMD_YAFFS2 to Kconfig 2017-08-11 17:44:50 -04:00
zfs UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfs 2018-01-17 15:27:28 +08:00
Kconfig Convert CONFIG_CMD_YAFFS2 to Kconfig 2017-08-11 17:44:50 -04:00
Makefile UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfs 2018-01-17 15:27:28 +08:00
fs.c UPSTREAM: fat/fs: move ls to generic implementation 2018-01-16 18:16:48 +08:00
fs_internal.c UPSTREAM: fs: Create a common fs_devread for ext4/reiserfs/zfs 2018-01-17 15:27:28 +08:00