commit | 25f12ae45fc1931a1dce3cc59f9989a9d87834b0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jun 17 09:37:55 2020 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 18 11:14:40 2020 -0700 |
tree | c89ffb14ca4cbe9afbf312be9e983377c6de5f35 | |
parent | c0ee37e85e0e47402b8bbe35b6cec8e06937ca58 [diff] |
maccess: rename probe_kernel_address to get_kernel_nofault Better describe what this helper does, and match the naming of copy_from_kernel_nofault. Also switch the argument order around, so that it acts and looks like get_user(). Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>