Whamcloud - gitweb
LU-10070 lod: SEL: Implement basic spillover space
[fs/lustre-release.git] / lustre / utils / liblustreapi_layout.c
index 4976a14..ffee3fc 100644 (file)
@@ -1795,7 +1795,7 @@ int llapi_layout_comp_extent_set(struct llapi_layout *layout,
        if (comp == NULL)
                return -1;
 
-       if (start >= end) {
+       if (start > end) {
                errno = EINVAL;
                return -1;
        }