Page MenuHomeFreeBSD

loader: F_READ/F_WRITE should be checked against masked flag
ClosedPublic

Authored by tsoome on Apr 18 2017, 5:26 PM.
Tags
None
Referenced Files
F135241375: D10422.id27526.diff
Fri, Nov 7, 9:42 PM
F135241357: D10422.id.diff
Fri, Nov 7, 9:42 PM
F135222501: D10422.id27528.diff
Fri, Nov 7, 4:39 PM
F135203080: D10422.diff
Fri, Nov 7, 11:20 AM
Unknown Object (File)
Sun, Oct 26, 8:15 AM
Unknown Object (File)
Fri, Oct 24, 2:10 PM
Unknown Object (File)
Thu, Oct 23, 7:18 PM
Unknown Object (File)
Wed, Oct 15, 10:15 AM
Subscribers

Details

Summary

The work to make it possible to avoid bcache via using F_NORA modifier did
miss the fact that not all loader platforms are using the bcache, and so
it is possible the modifier is not cleared, as bcache strategy function is
not used.

For fix, we make sure the checks are dont with masked flag.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable