]> git.baikalelectronics.ru Git - kernel.git/commit
mm/secretmem: wire up ->set_page_dirty
authorMike Rapoport <rppt@linux.ibm.com>
Fri, 23 Jul 2021 22:50:35 +0000 (15:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Jul 2021 00:43:28 +0000 (17:43 -0700)
commit3ddb5767e844fa03bd43c4f0c845f3a9df36d1c1
tree0ce313dc9a948929b6f94409a8427a281670b158
parent513fb3b3929bbdc22326f5bc0783f7cef392a91a
mm/secretmem: wire up ->set_page_dirty

Make secretmem up to date with the changes done in commit 07d5faaaa6df
("mm: require ->set_page_dirty to be explicitly wired up") so that
unconditional call to this method won't cause crashes.

Link: https://lkml.kernel.org/r/20210716063933.31633-1-rppt@kernel.org
Fixes: 07d5faaaa6df ("mm: require ->set_page_dirty to be explicitly wired up")
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/secretmem.c