Whamcloud - gitweb
Landing b_bug974 onto HEAD (20040213_1538).
[fs/lustre-release.git] / lustre / include / linux / lustre_export.h
index e5e3d13..b949fe1 100644 (file)
@@ -57,10 +57,9 @@ struct filter_export_data {
         struct filter_client_data *fed_fcd;
         loff_t                     fed_lr_off;
         int                        fed_lr_idx;
-        int                        fed_grant_waiting;
-        __u64                      fed_cached; /* both in bytes */
-        __u64                      fed_grant;
-        __u64                      fed_grant_sent;
+        unsigned long              fed_dirty;    /* in bytes */
+        unsigned long              fed_grant;    /* in bytes */
+        unsigned long              fed_pending;  /* bytes just being written */
 };
 
 struct obd_export {