commit | 627182ea9d0f157f7280aa650dd4c06461b20c3e | [log] [tgz] |
---|---|---|
author | Donggeun Kim <dg77.kim@samsung.com> | Tue Dec 20 18:34:27 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jan 05 20:10:38 2012 +0100 |
tree | 6f2fbb19e130641762cacc0b9d0dc4b82f5ce259 | |
parent | 5dd95cf93dfffa1d19a1928990852aac9f55b9d9 [diff] |
FAT: update the second FAT when writing a file After susccessful write to the FAT partition, fsck program may print warning message due to different FAT, provided that the filesystem supports two FATs. This patch makes the second FAT to be same with the first one when writing a file. Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>