commit | f0a955f4eeec0f16bdbdd0fb15d8ec0937d1de23 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Dec 27 10:10:53 2016 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Apr 06 02:08:06 2017 -0400 |
tree | 1e77a3e2c8d597c699ea50ac16f1e2d83a232b26 | |
parent | 054838bc019c90511d034fb796dc8c7715460fc2 [diff] |
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: Al Viro <viro@zeniv.linux.org.uk>