Re: [PATCH] cpukit/jffs2: Handle used empty file system

2024-02-02 Thread Joel Sherrill
Ignoring any specific technical comments from others. (1) Should this have a ticket? Seems impactful and odd enough to since that shows up in release notes. (2) Should it also be applied to 5.x with a separate ticket? --joel On Fri, Feb 2, 2024 at 4:40 PM Kinsey Moore wrote: > On JFFS2 file s

[PATCH] cpukit/jffs2: Handle used empty file system

2024-02-02 Thread Kinsey Moore
On JFFS2 file systems on NOR flash or dataflash that does not have spare area for metadata and thus does not invoke delayed writes, it is possible to put the file system into a state where all blocks have been written to and all files have been deleted from the filesystem. There is a bug in the JFF