Page MenuHomeFreeBSD

LinuxKPI: add fault_flag_allow_retry_first
ClosedPublic

Authored by val_packett.cool on Jun 7 2021, 2:26 PM.
Referenced Files
F107188459: D30673.diff
Sat, Jan 11, 9:53 AM
Unknown Object (File)
Dec 2 2024, 12:23 PM
Unknown Object (File)
Oct 28 2024, 8:51 PM
Unknown Object (File)
Oct 17 2024, 3:46 PM
Unknown Object (File)
Oct 4 2024, 10:01 PM
Unknown Object (File)
Oct 2 2024, 8:25 PM
Unknown Object (File)
Sep 30 2024, 1:22 AM
Unknown Object (File)
Sep 28 2024, 8:22 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39768
Build 36657: arc lint + arc unit

Event Timeline

sys/compat/linuxkpi/common/include/linux/mm.h
96

Parenthesis around (flags) is good macro practice:

I suggest like this:

(((flags) & (FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_TRIED)) == FAULT_FLAG_ALLOW_RETRY)

This revision is now accepted and ready to land.Jun 7 2021, 5:23 PM
This revision was automatically updated to reflect the committed changes.