Skip to content

Mac kext: Adds check to only handle fileops on allowed filesystems#352

Merged
pmj merged 1 commit intomicrosoft:masterfrom
pmj:fileops-on-allowed-filesystems
Oct 7, 2018
Merged

Mac kext: Adds check to only handle fileops on allowed filesystems#352
pmj merged 1 commit intomicrosoft:masterfrom
pmj:fileops-on-allowed-filesystems

Conversation

@pmj
Copy link
Contributor

@pmj pmj commented Oct 6, 2018

The vnode handler was already performing this check, but the fileop handler previously skipped it. This means we were running our logic and vnode I/O on files that weren't on a supported file system.

This is part 1 of a fix for KP bug report #340. Potentially also removes some sources of I/O errors causing failed assertions (#328).

The vnode handler was already performing this check, but the fileop handler previously skipped it. This is part 1 of a fix for KP bug report microsoft#340.
@pmj pmj requested review from nickgra and sanoursa October 6, 2018 08:34
@pmj pmj merged commit f73a208 into microsoft:master Oct 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants