Bug 120482 - [ntfs] [patch] Sync style changes between NetBSD and FreeBSD ntfs filesystem
Summary: [ntfs] [patch] Sync style changes between NetBSD and FreeBSD ntfs filesystem
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 8.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-fs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-09 20:00 UTC by Scot Hetzel
Modified: 2014-08-11 18:39 UTC (History)
2 users (show)

See Also:


Attachments
file.diff (19.09 KB, patch)
2008-02-09 20:00 UTC, Scot Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot Hetzel 2008-02-09 20:00:08 UTC
The attached patch syncs style changes between the NetBSD and FreeBSD NTFS filesystem implementations.

One additional change was to convert NTFS_DEBUG into  a sysctl option, which allows the debuging printfs to be enabled/disabled using:

sysctl debug.ntfs=X

Where X is:

0 - disable all debugging output
1 - enable some debugging output
2 - enable all debugging output

With theses changes, it allows us to easily compare the NetBSD NTFS filesystem to the FreeBSD implementation.

Fix: Apply the attached style changes.

Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-05-18 05:26:21 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-fs

Over to maintainer(s).
Comment 2 joeb1 2014-07-12 01:59:56 UTC
Close this pr.
8.0 is past EOL as this pr is now meaningless.
And ntfs has been removed from 10.0 base see
http://svnweb.freebsd.org/base/head/sbin/Makefile?view=log&pathrev=247665
Comment 3 John Baldwin freebsd_committer freebsd_triage 2014-08-11 18:39:01 UTC
NTFS is no longer in the base system.