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)
Wed, Jul 8, 7:53 PM
Unknown Object (File)
Sat, Jul 4, 1:00 PM
Unknown Object (File)
Tue, Jun 30, 1:40 PM
Unknown Object (File)
Tue, Jun 30, 12:30 AM
Unknown Object (File)
Thu, Jun 25, 4:31 AM
Unknown Object (File)
Mon, Jun 22, 6:23 PM
Unknown Object (File)
Sun, Jun 21, 6:36 PM
Unknown Object (File)
Fri, Jun 19, 6:30 PM

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.