X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_export.h;h=b5ca7f7e3e249cd9feb976e65b672ccb2dd1e3d7;hp=410b1855cf16b4a6e73b2a561b2988486a22c447;hb=e9389613eb29297f7b5a6b6cd896bafc7a5551f8;hpb=70d70c4f541c84adc88c372d670cd3a7fa8bc91f diff --git a/lustre/include/lustre_export.h b/lustre/include/lustre_export.h index 410b185..b5ca7f7 100644 --- a/lustre/include/lustre_export.h +++ b/lustre/include/lustre_export.h @@ -94,6 +94,11 @@ struct tg_export_data { int ted_reply_max; /* high water mark */ int ted_release_xid; int ted_release_tag; + /* grants */ + long ted_dirty; /* in bytes */ + long ted_grant; /* in bytes */ + long ted_pending; /* bytes just being written */ + __u8 ted_pagebits; /* log2 of client page size */ }; /** @@ -116,16 +121,12 @@ struct filter_export_data { struct tg_export_data fed_ted; spinlock_t fed_lock; /**< protects fed_mod_list */ __u64 fed_lastid_gen; - long fed_dirty; /* in bytes */ - long fed_grant; /* in bytes */ struct list_head fed_mod_list; /* files being modified */ - long fed_pending; /* bytes just being written */ /* count of SOFT_SYNC RPCs, which will be reset after * ofd_soft_sync_limit number of RPCs, and trigger a sync. */ atomic_t fed_soft_sync_count; int fed_mod_count;/* items in fed_writing list */ __u32 fed_group; - __u8 fed_pagebits; /* log2 of client page size */ }; struct mgs_export_data {