xfs: add pre-write metadata buffer verifier callbacks
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_dquot.h
index a08ba92d7da008d36656cd4817846fedb37d72b1..5438d883b628d156448ccc0187edc3aa6766d925 100644 (file)
@@ -140,7 +140,7 @@ static inline xfs_dquot_t *xfs_inode_dquot(struct xfs_inode *ip, int type)
 
 extern int             xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint,
                                        uint, struct xfs_dquot  **);
-extern void            xfs_dquot_read_verify(struct xfs_buf *bp);
+extern void            xfs_dquot_buf_read_verify(struct xfs_buf *bp);
 extern void            xfs_qm_dqdestroy(xfs_dquot_t *);
 extern int             xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **);
 extern void            xfs_qm_dqunpin_wait(xfs_dquot_t *);