The ff_mutex_delete function is for mutal exclusion control of file system object. It is called on unregister a file system object and delete its mutex.
void ff_mutex_delete ( int vol /* [IN] Volume ID */ );
This function is required when FF_FS_REENTRANT = 1.