Searched hist:"5994 e8b6" (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | fs_internal.h | 5994e8b6 Sun Sep 03 10:00:24 CDT 2017 Marek Behún <marek.behun@nic.cz> 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. 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>
|
/openbmc/u-boot/fs/ |
H A D | fs_internal.c | 5994e8b6 Sun Sep 03 10:00:24 CDT 2017 Marek Behún <marek.behun@nic.cz> 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. 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>
|
H A D | Makefile | 5994e8b6 Sun Sep 03 10:00:24 CDT 2017 Marek Behún <marek.behun@nic.cz> 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. 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>
|
/openbmc/u-boot/fs/zfs/ |
H A D | dev.c | 5994e8b6 Sun Sep 03 10:00:24 CDT 2017 Marek Behún <marek.behun@nic.cz> 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. 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>
|
/openbmc/u-boot/fs/reiserfs/ |
H A D | dev.c | 5994e8b6 Sun Sep 03 10:00:24 CDT 2017 Marek Behún <marek.behun@nic.cz> 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. 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>
|
/openbmc/u-boot/fs/ext4/ |
H A D | dev.c | 5994e8b6 Sun Sep 03 10:00:24 CDT 2017 Marek Behún <marek.behun@nic.cz> 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. 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>
|