2003-08-05 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>

PR 439/filesystem
	*src/dosfs/fat_file.c: flush temporary buffer when closing files
This commit is contained in:
Jennifer Averett
2003-08-05 14:45:46 +00:00
parent db39db45d3
commit e0b7cbb4f4
+5
View File
@@ -228,6 +228,11 @@ fat_file_close(
free(fat_fd);
}
}
/*
* flush any modified "cached" buffer back to disk
*/
rc = fat_buf_release(fs_info);
return rc;
}