X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Flov%2Flov_internal.h;h=a8711e022acee70cdf5cc753ed3964260a8eadcc;hb=0e9d2dcba5333c484a8bf7b168dd83f4109bfbf3;hp=5ded7e18daaf02f2b02ff42ed3830fb368eef26c;hpb=d2d56f38da01001c92a09afc6b52b5acbd9bc13c;p=fs%2Flustre-release.git diff --git a/lustre/lov/lov_internal.h b/lustre/lov/lov_internal.h index 5ded7e1..a8711e0 100644 --- a/lustre/lov/lov_internal.h +++ b/lustre/lov/lov_internal.h @@ -147,6 +147,8 @@ int lov_stripe_intersects(struct lov_stripe_md *lsm, int stripeno, int lov_stripe_number(struct lov_stripe_md *lsm, obd_off lov_off); /* lov_qos.c */ +#define LOV_USES_ASSIGNED_STRIPE 0 +#define LOV_USES_DEFAULT_STRIPE 1 int qos_add_tgt(struct obd_device *obd, __u32 index); int qos_del_tgt(struct obd_device *obd, __u32 index); void qos_shrink_lsm(struct lov_request_set *set);