Page MenuHomeFreeBSD

fusefs: fix page fault triggered by async notification when unmounted
ClosedPublic

Authored by asomers on Sun, Oct 26, 12:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 12:58 AM
Unknown Object (File)
Fri, Oct 31, 2:20 PM
Unknown Object (File)
Thu, Oct 30, 2:09 PM
Unknown Object (File)
Mon, Oct 27, 3:17 AM
Unknown Object (File)
Sun, Oct 26, 8:59 PM
Unknown Object (File)
Sun, Oct 26, 8:01 PM
Unknown Object (File)
Sun, Oct 26, 8:01 PM
Unknown Object (File)
Sun, Oct 26, 2:17 PM
Subscribers

Details

Summary

A FUSE daemon can send asynchronous notification to the kernel in order
to, for example, invalidate an inode's cache. Fix a page fault that can
happen if the file system isn't yet mounted, or is already unmounted,
when that notification arrives.

PR: 290519
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable