fat: Fix function name in debug output.

This commit is contained in:
Michael Lotz
2015-07-04 23:32:07 +02:00
parent b241080102
commit adc769a79f
+1 -1
View File
@@ -135,7 +135,7 @@ dosfs_release_vnode(fs_volume *_vol, fs_vnode *_node, bool reenter)
TOUCH(reenter);
DPRINTF(0, ("dosfs_write_vnode (ino_t %" B_PRIdINO ")\n", node->vnid));
DPRINTF(0, ("dosfs_release_vnode (ino_t %" B_PRIdINO ")\n", node->vnid));
if ((vol->fs_flags & FS_FLAGS_OP_SYNC) && node->dirty) {
LOCK_VOL(vol);