projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
xnu-1228.tar.gz
[apple/xnu.git]
/
bsd
/
ufs
/
ffs
/
ffs_vnops.c
diff --git
a/bsd/ufs/ffs/ffs_vnops.c
b/bsd/ufs/ffs/ffs_vnops.c
index 718d1feb067af39aabb99b4ddd0ae3c6f398a748..9120f2831bf860c92ffb15159057d552fef46cea 100644
(file)
--- 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));