X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=188a0226743cf25d91aece336e56c72ff5d6cd91;hp=fd2a42b230ab6fc4ad50bb6e78736539821e3847;hb=fce887d1f9e0170ef33807415bcff4660fe7fa39;hpb=144347dfbfb78250205cd866f7e63a74ab0d461d diff --git a/lustre/include/obd.h b/lustre/include/obd.h index fd2a42b..188a022 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -965,6 +965,13 @@ struct obd_device { struct lprocfs_stats *obd_svc_stats; atomic_t obd_evict_inprogress; cfs_waitq_t obd_evict_inprogress_waitq; + + /** + * Ldlm pool part. Save last calculated SLV and Limit. + */ + rwlock_t obd_pool_lock; + int obd_pool_limit; + __u64 obd_pool_slv; }; #define OBD_OPT_FORCE 0x0001