Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[sfrench/cifs-2.6.git] / fs / xfs / xfs_mount.h
index 9cd1d570d24d1d55dea38ee038d9a51733c0f623..503fe3c7edbf82cd1f194b3fd3d33b27bb06167d 100644 (file)
@@ -221,7 +221,7 @@ typedef struct xfs_mount {
        atomic_t                m_agirotor;     /* last ag dir inode alloced */
 
        /* Memory shrinker to throttle and reprioritize inodegc */
-       struct shrinker         m_inodegc_shrinker;
+       struct shrinker         *m_inodegc_shrinker;
        /*
         * Workqueue item so that we can coalesce multiple inode flush attempts
         * into a single flush.