Re: [PATCH] EXT4: add CRC16 dependency

2025-05-23 Thread Tom Rini
On Thu, 08 May 2025 12:05:19 +, Marius Dinu wrote: > CRC16 is used in ext4_common.c. Build fails without it. > > PS: > This is my first patch sent to a mailing list. > If there is anything wrong with it (email format, whitespace, etc.) > please let me know. > > [...] Applied to u-boot/maste

[PATCH] EXT4: add CRC16 dependency

2025-05-08 Thread Marius Dinu
CRC16 is used in ext4_common.c. Build fails without it. PS: This is my first patch sent to a mailing list. If there is anything wrong with it (email format, whitespace, etc.) please let me know. Signed-off-by: Marius Dinu --- fs/ext4/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/f