commit | cd0309058f849257f08d1a3dd0c384d1fd20c1e8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Mon Jun 08 21:34:24 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Tue Jun 09 09:39:15 2020 -0700 |
tree | def4cc2045b36d90e8954c7b42c7255681e2d283 | |
parent | 02dddb160ec1dccb51e75f3113654a090bc3963a [diff] |
maccess: remove probe_read_common and probe_write_common Each of the helpers has just two callers, which also different in dealing with kernel or userspace pointers. Just open code the logic in the callers. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Alexei Starovoitov <[email protected]> Cc: Daniel Borkmann <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>