UBIFS: simplify error path in lprops debugging check
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 6 May 2011 17:47:14 +0000 (20:47 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 16 May 2011 07:31:38 +0000 (10:31 +0300)
commitdcc50c8ee334d570cef84fc956084d567f32a8a3
tree3a8a7709df4084a82348279babd29139cd229873
parent8ca5175b02b77178a70cbb9fd7020c4938e3d3a6
UBIFS: simplify error path in lprops debugging check

Simplify error path in 'scan_check_cb()' and stop using the special 'data->err'
field, but instead return the error code directly.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/lprops.c