commit | d90fa0b8aa03e90c6dbdcd1be1d2621c08e21918 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:50 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 9187e2a2e0ce185df33706c20f85db2e352b4f01 | |
parent | 01349c1f55cccac3bae2d32941a718ea4d43c919 [diff] |
fs: ext4: Add some defines for testing Add various defines which are not necessary for reading/writing filesystems, but which are useful for creating them. These mostly come from Linux v6.5-rc2 (what I had checked out). Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>