Bug 55861 - [PATCH] MSDOSFS patch for dirty flag and lockf support
Summary: [PATCH] MSDOSFS patch for dirty flag and lockf support
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tom Rhodes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-22 08:20 UTC by Jun Su
Modified: 2003-12-26 18:35 UTC (History)
0 users

See Also:


Attachments
file.diff (6.69 KB, patch)
2003-08-22 08:20 UTC, Jun Su
no flags Details | Diff
file.diff (4.26 KB, patch)
2003-08-22 08:20 UTC, Jun Su
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jun Su 2003-08-22 08:20:13 UTC
	The patch is from DARWIN msdosfs. It patch msdosfs and fsck_msdosfs.
	The patch make the msdosfs support dirty flag in FAT16 and FAT32. 
	I also enabled lockf support.

Fix: [msdosfs.diff]
    Index: sys/fs/msdosfs/denode.h
===================================================================
RCS file: /home/ncvs/src/sys/fs/msdosfs/denode.h,v
retrieving revision 1.25
[fsck_msdosfs]
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2003-12-06 06:03:15 UTC
Responsible Changed
From-To: freebsd-bugs->trhodes

I'll grab this up.
Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2003-12-26 18:35:09 UTC
State Changed
From-To: open->closed

Committed with some minor modifications, thanks!