]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Backup FATs were sometimes marked dirty by copying their first block
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 1 Feb 2013 18:25:53 +0000 (18:25 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Fri, 1 Feb 2013 18:25:53 +0000 (18:25 +0000)
commit79fb7dd167ae1628e8d166a0d3e8bb327da68688
treedbd388781f222c8d5211829f726a7cbeb745bcf2
parent9ec062dddd6e86343e50bb16dacd3cb02c9d2418
Backup FATs were sometimes marked dirty by copying their first block
from the primary FAT, and then they were not marked clean on unmount.
Force marking them clean when appropriate.

Submitted by: bde
MFC after: 1 week
sys/fs/msdosfs/msdosfs_fat.c