X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=e670dbac8ff35ccd4c6a23bdbd75ec8efe5d57ac;hp=c6e27eab5ff34260a120e882a8a217adb7a2d888;hb=01138321c7ce393c189a7ed11559c0938ce9f17e;hpb=99c3dc10e445cfe299da07eec57eae04b9aa4347 diff --git a/lustre/include/obd.h b/lustre/include/obd.h index c6e27ea..e670dba 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -230,6 +230,10 @@ struct brw_page { struct ost_server_data; +struct osd_properties { + size_t osd_max_ea_size; +}; + #define OBT_MAGIC 0xBDDECEAE /* hold common fields for "target" device */ struct obd_device_target { @@ -246,6 +250,7 @@ struct obd_device_target { cfs_rw_semaphore_t obt_rwsem; struct vfsmount *obt_vfsmnt; struct file *obt_health_check_filp; + struct osd_properties obt_osd_properties; }; /* llog contexts */