vfs: add more safety against concurrent forced unmount to vn_write
- stop re-reading ->v_mount (can become NULL)
- stop re-reading ->v_type (can change to VBAD)
(cherry picked from commit ca1ce50b2b5ef11d85841f3aead98b2a9ad18819)
vfs: add more safety against concurrent forced unmount to vn_write Tags None Referenced Files None Subscribers None
Description
Details
|