diff options
author | Wei Yang <richardw.yang@linux.intel.com> | 2019-09-24 00:35:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-09-25 00:54:08 +0200 |
commit | 9da99f20ecf8f81a5446a47fd8de62036c20ae61 (patch) | |
tree | 4268146b9c8f52192f5bf9b8d74ececec7eb7d92 /lib | |
parent | net/xdp: convert put_page() to put_user_page*() (diff) | |
download | linux-9da99f20ecf8f81a5446a47fd8de62036c20ae61.tar.xz linux-9da99f20ecf8f81a5446a47fd8de62036c20ae61.zip |
mm: remove redundant assignment of entry
Since ptent will not be changed after previous assignment of entry, it is
not necessary to do the assignment again.
Link: http://lkml.kernel.org/r/20190708082740.21111-1-richardw.yang@linux.intel.com
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Acked-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Will Deacon <will@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions