On 12/06/2019 04:41 PM, Chris Brandt wrote: > Add a driver for the SPIBSC controller in Renesas SoC devices. > > Signed-off-by: Chris Brandt <chris.brandt@xxxxxxxxxxx> Hm... I've just tested JFFS2 with this driver and got the same result as with my own drivers: root@192.168.2.11:~# mount -t jffs2 /dev/mtdblock11 /mnt/jffs2/ root@192.168.2.11:~# cd /mnt/jffs2/ root@192.168.2.11:/mnt/jffs2# ls -l total 34 -rwxr-xr-x 1 root root 18678 Jan 22 2000 evtest -rw-r--r-- 1 root root 15169 Jan 22 2000 evtest.c root@192.168.2.11:/mnt/jffs2# rm evtest root@192.168.2.11:/mnt/jffs2# ls -l total 15 -rw-r--r-- 1 root root 15169 Jan 22 2000 evtest.c root@192.168.2.11:/mnt/jffs2# cd root@192.168.2.11:~# umount /mnt/jffs2/ root@192.168.2.11:~# mount -t jffs2 /dev/mtdblock11 /mnt/jffs2/ root@192.168.2.11:~# ls -l /mnt/jffs2/ total 34 -rwxr-xr-x 1 root root 18678 Jan 22 2000 evtest -rw-r--r-- 1 root root 15169 Jan 22 2000 evtest.c As you can see, the deleted file is back after unmount/re-mount... MBR, Sergei