Author: Michał Kępień Date: To: yaffs Subject: Re: [Yaffs] [PATCH] Fix re-/unmounting with yaffs_*_reldev()
functions
> Fix by only calling yaffsfs_CheckMemRegion() and yaffsfs_CheckPath() > from yaffs_remount_common() and yaffs_unmount2_common() if the 'dev'
> parameter is not NULL, similarly to what other yaffs_*_common()
> functions do.
Ugh, obviously this was meant to say "if the 'dev' parameter is NULL".
Sorry about the mess.