commit | ece66133979b211324cc6aff9285889b425243d2 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Oct 31 16:53:09 2017 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Oct 31 17:23:13 2017 -0500 |
tree | c759c36d2efc544743c9e2f39c2441a42403c752 | |
parent | d5e7b3c5f51fc6d34e12b6d87bfd30ab277c4625 [diff] |
userns: Make map_id_down a wrapper for map_id_range_down There is no good reason for this code duplication, the number of cache line accesses not the number of instructions are the bottleneck in this code. Therefore simplify maintenance by removing unnecessary code. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>