Page MenuHomeFreeBSD

LinuxKPI: add fault_flag_allow_retry_first
ClosedPublic

Authored by val_packett.cool on Jun 7 2021, 2:26 PM.
Referenced Files
Unknown Object (File)
Jan 28 2024, 8:24 PM
Unknown Object (File)
Dec 30 2023, 3:53 PM
Unknown Object (File)
Dec 26 2023, 8:17 AM
Unknown Object (File)
Dec 23 2023, 2:45 AM
Unknown Object (File)
Dec 14 2023, 10:08 PM
Unknown Object (File)
Dec 13 2023, 3:36 AM
Unknown Object (File)
Dec 10 2023, 5:14 AM
Unknown Object (File)
Nov 1 2023, 2:53 AM

Diff Detail

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

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.