kernel/vm/htable.c: pass correct object to page_exists
commitd6ea71a25699f85ac3fd2f1dedda4fcff6c5dd0a
authorLauri Tirkkonen <lotheac@iki.fi>
Sat, 11 May 2019 10:46:02 +0000 (11 10:46 +0000)
committerLauri Tirkkonen <lotheac@iki.fi>
Sun, 12 May 2019 14:43:47 +0000 (12 17:43 +0300)
treedfddc2ebf245ce5ce46d093cf94930be73dbd556
parent748ef6c7bcc1fc6451e545f37d92a0f58aaa2824
kernel/vm/htable.c: pass correct object to page_exists

not sure how this ever worked - page_exists() expects a struct vmobject*, but
it was being passed struct vnode*.
arch/x86/kernel/vm/htable.c