Whamcloud - gitweb
LU-8515 osc: Send RPCs when extents are full
[fs/lustre-release.git] / lustre / osc / osc_cl_internal.h
index 5648a13..ebafbdf 100644 (file)
@@ -144,7 +144,7 @@ struct osc_object {
         */
        struct list_head        oo_hp_exts;     /* list of hp extents */
        struct list_head        oo_urgent_exts; /* list of writeback extents */
-       struct list_head        oo_rpc_exts;
+       struct list_head        oo_full_exts;
 
        struct list_head        oo_reading_exts;