CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/24 09:02:30
Modified files:
sys/ntfs : ntfs.h ntfs_compr.c ntfs_conv.c ntfs_subr.c
ntfs_vfsops.c ntfs_vnops.c
Log message:
Clean up the NTFS debug code - use uppercase names for the debug macros,
especially since 'dprintf' now has another meaning (at least outside of
the kernel). Tweak the macro syntax so we can avoid having to double
bracket all invocations. Also apply a good dose of style(9).
ok krw@
