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:
Responsible Changed From-To: freebsd-bugs->freebsd-fs Over to maintainer(s).
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
NTFS is no longer in the base system.