OSDN Git Service

staging: gasket: page_table: remove unnecessary PTE status set to free
authorNick Ewalt <nicholasewalt@google.com>
Mon, 15 Oct 2018 04:59:20 +0000 (21:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Oct 2018 14:30:37 +0000 (16:30 +0200)
commitefa5dcfa8f9ded669da15e29e69e13f56b6bb524
treeb7bf68b988dce57d62a8731c4c4feeedcad0fffe
parent02d37186331d389bb19257e330c1ed47afe178ba
staging: gasket: page_table: remove unnecessary PTE status set to free

Remove unnecessary ptes[i].status update in gasket_perform_unmapping.
The vaaue will be cleared in the following memset.

Signed-off-by: Nick Ewalt <nicholasewalt@google.com>
Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_page_table.c