xfs: add xlog sysfs kobject and attribute handlers
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_log_priv.h
index 9bc403a9e54f300f570e6e200574c36fb46db9b1..db7cbdeb2b42c766914682862f3179866393111b 100644 (file)
@@ -405,6 +405,8 @@ struct xlog {
        struct xlog_grant_head  l_reserve_head;
        struct xlog_grant_head  l_write_head;
 
+       struct xfs_kobj         l_kobj;
+
        /* The following field are used for debugging; need to hold icloglock */
 #ifdef DEBUG
        char                    *l_iclog_bak[XLOG_MAX_ICLOGS];