staging: lustre: lov: remove always false condition
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 8 Sep 2015 16:23:02 +0000 (21:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:51 +0000 (18:24 -0700)
commit4cba1972bb060cc4042b226ecb54d09ddfb9fb2d
treea8cbd4cc4f5c76e51d57c1723215e4f2a745018e
parentd0f69b5a66c30350ed6e41eef72414ce8650face
staging: lustre: lov: remove always false condition

The member qc_idx of struct if_quotactl is unsigned and hence it can
never be less than zero.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lov/lov_obd.c