xfs: fix static and extern sparse warnings
[deliverable/linux.git] / fs / xfs / xfs_dquot_buf.c
index aaaf41b298691f50dafed3abca2d038def4e8815..d401457d2f258ac409dfbc4cbfb1af45c6bb07a2 100644 (file)
@@ -18,6 +18,7 @@
  */
 #include "xfs.h"
 #include "xfs_fs.h"
+#include "xfs_shared.h"
 #include "xfs_format.h"
 #include "xfs_log_format.h"
 #include "xfs_trans_resv.h"
@@ -267,7 +268,7 @@ xfs_dquot_buf_read_verify(
  * the buffer after the update is done. This ensures that the dquot in the
  * buffer always has an up-to-date CRC value.
  */
-void
+static void
 xfs_dquot_buf_write_verify(
        struct xfs_buf  *bp)
 {
This page took 0.041426 seconds and 5 git commands to generate.