X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4452a7af2eac33dbad800bcc91f2399d62c18f53..2d21ac55c334faf3a56e5634905ed6987fc787d4:/bsd/ufs/ffs/ffs_vnops.c diff --git a/bsd/ufs/ffs/ffs_vnops.c b/bsd/ufs/ffs/ffs_vnops.c index 718d1feb0..9120f2831 100644 --- a/bsd/ufs/ffs/ffs_vnops.c +++ b/bsd/ufs/ffs/ffs_vnops.c @@ -266,7 +266,7 @@ ffs_fsync_internal(vnode_t vp, int waitfor) /* * Flush all dirty buffers associated with a vnode. */ - buf_flushdirtyblks(vp, wait, 0, (char *)"ffs_fsync"); + buf_flushdirtyblks(vp, wait, 0, "ffs_fsync"); microtime(&tv); return (ffs_update(vp, &tv, &tv, wait));