Fix msdosfs suspension.
Unlike HEAD, stable/12 still uses the check for vfs_susp_clean != NULL
as indicator that fs supports suspension. Satisfy the requirement by
providing dummy msdosfs_susp_clean method implementation.
This is direct commit to stable/12.
Reported by: Özkan KIRIK <ozkan.kirik@gmail.com>