staging/lustre/osc: Get rid of osc_page_protected()
authorOleg Drokin <green@linuxhacker.ru>
Mon, 6 Jun 2016 03:28:53 +0000 (23:28 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 05:39:41 +0000 (22:39 -0700)
commitd484ed6f10997bb7a89dc7a71d2bf2614053640a
treeddab33bee2670ff5e1f5405e99097c7722c1caf1
parentd4722fccbe78c2b45a0a534d8944247592eaefe7
staging/lustre/osc: Get rid of osc_page_protected()

There was a proper debugging function by that name that's long
gone.
The currently remaining shadow that always returns true is not
really useful so it could be dropped along with all the
asserts it is part of.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_page.c