]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ufs/ffs/ffs_vnops.c
xnu-1228.15.4.tar.gz
[apple/xnu.git] / bsd / ufs / ffs / ffs_vnops.c
index 718d1feb067af39aabb99b4ddd0ae3c6f398a748..9120f2831bf860c92ffb15159057d552fef46cea 100644 (file)
@@ -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));