summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/fat.h
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-12-26 17:19:19 +0000
committertrhodes <trhodes@FreeBSD.org>2003-12-26 17:19:19 +0000
commit7dde93f1df429cf9a818bf7b716962298f489807 (patch)
tree9835c24a1c804ff149a9d1763c5619fbd69ab703 /sys/fs/msdosfs/fat.h
parent1b287b69e9efa62bb22618045208556c1edcbff7 (diff)
downloadFreeBSD-src-7dde93f1df429cf9a818bf7b716962298f489807.zip
FreeBSD-src-7dde93f1df429cf9a818bf7b716962298f489807.tar.gz
Make msdosfs support the dirty flag in FAT16 and FAT32.
Enable lockf support. PR: 55861 Submitted by: Jun Su <junsu@m-net.arbornet.org> (original version) Reviewed by: make universe
Diffstat (limited to 'sys/fs/msdosfs/fat.h')
-rw-r--r--sys/fs/msdosfs/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/msdosfs/fat.h b/sys/fs/msdosfs/fat.h
index 216fde5..3b0599e 100644
--- a/sys/fs/msdosfs/fat.h
+++ b/sys/fs/msdosfs/fat.h
@@ -99,5 +99,6 @@ int fatentry(int function, struct msdosfsmount *pmp, u_long cluster, u_long *old
int freeclusterchain(struct msdosfsmount *pmp, u_long startchain);
int extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags);
void fc_purge(struct denode *dep, u_int frcn);
+int markvoldirty(struct msdosfsmount *pmp, int dirty);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud