Skip to content
Commit f0a955f4 authored by Al Viro's avatar Al Viro
Browse files

mips: sanitize __access_ok()



for one thing, the last argument is always __access_mask and had been such
since 2.4.0-test3pre8; for another, it can bloody well be a static inline -
-O2 or -Os, __builtin_constant_p() propagates through static inline calls.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 054838bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment