xfs: add xfs_mount sysfs kobject
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_mount.h
index 7295a0b7c343ced6c39291e3495e9ccce6967ad0..b0447c86e7e24e5e21c7b8a3ff28103d89583382 100644 (file)
@@ -166,6 +166,7 @@ typedef struct xfs_mount {
                                                   on the next remount,rw */
        int64_t                 m_low_space[XFS_LOWSP_MAX];
                                                /* low free space thresholds */
+       struct xfs_kobj         m_kobj;
 
        struct workqueue_struct *m_data_workqueue;
        struct workqueue_struct *m_unwritten_workqueue;