Page MenuHomeFreeBSD

LinuxKPI: add fault_flag_allow_retry_first
ClosedPublic

Authored by val_packett.cool on Jun 7 2021, 2:26 PM.
Referenced Files
F109155722: D30673.diff
Sat, Feb 1, 1:28 PM
Unknown Object (File)
Tue, Jan 28, 8:26 PM
Unknown Object (File)
Tue, Jan 28, 2:20 PM
Unknown Object (File)
Sat, Jan 25, 10:40 PM
Unknown Object (File)
Sat, Jan 25, 10:39 PM
Unknown Object (File)
Fri, Jan 24, 4:12 AM
Unknown Object (File)
Tue, Jan 21, 9:17 AM
Unknown Object (File)
Sat, Jan 18, 5:21 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

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.