aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/lustre/lustre/lclient/lcommon_cl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
index b8552abc6a63..08d6fbdf6ed9 100644
--- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
+++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
@@ -826,7 +826,7 @@ int ccc_prep_size(const struct lu_env *env, struct cl_object *obj,
826 826
827 if ((size == 0 && cur_index != 0) || 827 if ((size == 0 && cur_index != 0) ||
828 size_index < cur_index) 828 size_index < cur_index)
829 *exceed = 1; 829 *exceed = 1;
830 } 830 }
831 return result; 831 return result;
832 } else { 832 } else {