X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosp%2Fosp_internal.h;h=e75c2468d5db5590d7fd20d639d628405daba24c;hp=5f4b77c053fa9ccf10b480195a275dbc9e26ae62;hb=04e1d0cb95e1ad1288676c276efd98f6786a58d7;hpb=10e9bc1b7d37b4c7283310712e316d95c5c9c0ba diff --git a/lustre/osp/osp_internal.h b/lustre/osp/osp_internal.h index 5f4b77c..e75c246 100644 --- a/lustre/osp/osp_internal.h +++ b/lustre/osp/osp_internal.h @@ -103,8 +103,8 @@ struct osp_device { * Precreation pool */ cfs_spinlock_t opd_pre_lock; - /* next id to assign in creation */ - __u64 opd_pre_next; + /* last id assigned in creation */ + __u64 opd_pre_used_id; /* last created id OST reported, next-created - available id's */ __u64 opd_pre_last_created; /* how many ids are reserved in declare, we shouldn't block in create */