X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_target.h;h=cbe415cc023734a7b8ffd4e3763b78125a4ba519;hb=a11c69ad81ca8071b9d97d5032539dd7b36873ee;hp=0d7ea237aaaa8aac93c6e2d4232b9a18ca5502be;hpb=a067251099b6b225f2409f680d9e4423253d0730;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_target.h b/lustre/include/obd_target.h index 0d7ea23..cbe415c 100644 --- a/lustre/include/obd_target.h +++ b/lustre/include/obd_target.h @@ -48,7 +48,7 @@ struct obd_device_target { struct obd_job_stats obt_jobstats; }; -#define FILTER_SUBDIR_COUNT 32 /* set to zero for no subdirs */ +#define OBJ_SUBDIR_COUNT 32 /* set to zero for no subdirs */ struct filter_obd { /* NB this field MUST be first */ @@ -69,15 +69,16 @@ struct echo_obd { spinlock_t eo_lock; __u64 eo_lastino; struct lustre_handle eo_nl_lock; - cfs_atomic_t eo_prep; + atomic_t eo_prep; }; struct ost_obd { - struct ptlrpc_service *ost_service; - struct ptlrpc_service *ost_create_service; - struct ptlrpc_service *ost_io_service; - struct ptlrpc_service *ost_seq_service; - struct mutex ost_health_mutex; + struct ptlrpc_service *ost_service; + struct ptlrpc_service *ost_create_service; + struct ptlrpc_service *ost_io_service; + struct ptlrpc_service *ost_seq_service; + struct ptlrpc_service *ost_out_service; + struct mutex ost_health_mutex; }; #endif /* __OBD_TARGET_H */