Whamcloud - gitweb
LU-9714 llog: fix llog_process_thread race
[fs/lustre-release.git] / lustre / include / lustre_log.h
index e259ed3..a0386db 100644 (file)
@@ -272,8 +272,7 @@ struct llog_handle {
         * case, after it will have reached LLOG_HDR_BITMAP_SIZE, llh_cat_idx
         * will become its upper limit */
        int                      lgh_last_idx;
-       int                      lgh_cur_idx; /* used during llog_process */
-       __u64                    lgh_cur_offset; /* used during llog_process */
+       __u64                    lgh_cur_offset; /* used for test only */
        struct llog_ctxt        *lgh_ctxt;
        union {
                struct plain_handle_data         phd;