Whamcloud - gitweb
LU-6838 llog: limit file size of plain logs
[fs/lustre-release.git] / lustre / include / lustre_log.h
index 28dcbf2..fe107c7 100644 (file)
@@ -275,6 +275,7 @@ struct llog_handle {
        __u64                    lgh_cur_offset; /* used during llog_process */
        /* used during llog_osd_write_rec */
        __u64                    lgh_write_offset;
+       int                      lgh_max_size;
        struct llog_ctxt        *lgh_ctxt;
        union {
                struct plain_handle_data         phd;