All the calls to libxfs code should start with 'libxfs' per libxfs_api_defs.h. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- db/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/io.c b/db/io.c index 8610f4d..f398195 100644 --- a/db/io.c +++ b/db/io.c @@ -504,7 +504,7 @@ write_cur(void) /* If we didn't write the crc automatically, re-check inode validity */ if (xfs_sb_version_hascrc(&mp->m_sb) && skip_crc && iocur_top->ino_buf) { - iocur_top->ino_crc_ok = xfs_verify_cksum(iocur_top->data, + iocur_top->ino_crc_ok = libxfs_verify_cksum(iocur_top->data, mp->m_sb.sb_inodesize, XFS_DINODE_CRC_OFF); } -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html