Whamcloud - gitweb
LU-14430 mdd: use own buffer for changelog
[fs/lustre-release.git] / lustre / mdd / mdd_internal.h
index f15e4c8..dc0af8f 100644 (file)
@@ -199,7 +199,9 @@ struct mdd_thread_info {
        int                       mti_flags;
        char                      mti_name[NAME_MAX + 1];
        struct lu_buf             mti_buf[4];
-       struct lu_buf             mti_big_buf; /* biggish persistent buf */
+       /* persistent buffers, must be handled with lu_buf_alloc/free */
+       struct lu_buf             mti_big_buf;
+       struct lu_buf             mti_chlg_buf;
        struct lu_buf             mti_link_buf; /* buf for link ea */
        struct lu_buf             mti_xattr_buf;
        struct obdo               mti_oa;