staging/lustre/osc: Remove commented out osc_page_protected()
authorOleg Drokin <green@linuxhacker.ru>
Tue, 16 Feb 2016 05:46:43 +0000 (00:46 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:33:11 +0000 (14:33 -0800)
commit01866032315c246289c410d304388131d0d10fa3
tree0869c537475270e1331e75fa68ca019db4cfa00f
parent7b214b9bc50b0d93a8fab7a143aaae5235eadcff
staging/lustre/osc: Remove commented out osc_page_protected()

The complicated version of osc_page_protected and osc_page_is_dlocked
are unsafe and were commented out for ages, so probably no point in
carrying them on.

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