]> Git Repo - linux.git/blobdiff - fs/xfs/xfs_buf.h
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / fs / xfs / xfs_buf.h
index ada9d310b7d3a0b6810d364b57faeb2fa02e3d53..c86e16419656875e6ea395c5ea45c7c338eb0ea4 100644 (file)
@@ -109,7 +109,7 @@ typedef struct xfs_buftarg {
        size_t                  bt_logical_sectormask;
 
        /* LRU control structures */
-       struct shrinker         bt_shrinker;
+       struct shrinker         *bt_shrinker;
        struct list_lru         bt_lru;
 
        struct percpu_counter   bt_io_count;
This page took 0.032175 seconds and 4 git commands to generate.