]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/xfs/xfs_alloc.c
xfs: connect up write verifiers to new buffers
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / xfs_alloc.c
index d12bbedf6fe522dd51423b12b691a639e531c641..545a6c4c23668c8d007861c7fe43054a1a8fb796 100644 (file)
@@ -465,14 +465,14 @@ xfs_agfl_verify(
 #endif
 }
 
-static void
+void
 xfs_agfl_write_verify(
        struct xfs_buf  *bp)
 {
        xfs_agfl_verify(bp);
 }
 
-void
+static void
 xfs_agfl_read_verify(
        struct xfs_buf  *bp)
 {
@@ -2181,14 +2181,14 @@ xfs_agf_verify(
        }
 }
 
-static void
+void
 xfs_agf_write_verify(
        struct xfs_buf  *bp)
 {
        xfs_agf_verify(bp);
 }
 
-void
+static void
 xfs_agf_read_verify(
        struct xfs_buf  *bp)
 {