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, Mar 18, 11:25 PM
Unknown Object (File)
Wed, Mar 18, 9:48 PM
Unknown Object (File)
Wed, Mar 18, 4:20 PM
Unknown Object (File)
Wed, Mar 18, 4:11 PM
Unknown Object (File)
Sat, Mar 14, 9:57 PM
Unknown Object (File)
Wed, Mar 4, 5:09 PM
Unknown Object (File)
Mon, Mar 2, 4:24 AM
Unknown Object (File)
Fri, Feb 27, 9:17 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.