staging/lustre: Remove unused cp_error from struct cl_page
authorOleg Drokin <green@linuxhacker.ru>
Sun, 21 Aug 2016 22:04:36 +0000 (18:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 22:16:13 +0000 (18:16 -0400)
commitf5a9a15f8fd4168e415e94f5dce367f3cef08e03
tree865b766adc792109af24a32eff1e5e64b0441c09
parent24c198e9569b8a014ee8d10bc724e908d3814ec8
staging/lustre: Remove unused cp_error from struct cl_page

cp_error member is not really set anywhere, so kill
it and the only printing user of it too.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/cl_object.h
drivers/staging/lustre/lustre/obdclass/cl_page.c