Whamcloud - gitweb
LU-12518 llite: rename count and nob variables to bytes
[fs/lustre-release.git] / lustre / llite / vvp_internal.h
index 40648c4..e83c2e2 100644 (file)
@@ -59,7 +59,7 @@ struct vvp_io {
        /**
         * Total size for the left IO.
         */
-       size_t vui_tot_count;
+       size_t vui_tot_bytes;
 
        union {
                struct vvp_fault_io {