At 16:40 18/07/01, Richard Russon wrote:
>A completely trivial, but possibly worthwhile change to fs.c
>In the init_ntfs_fs function:
>
>- printk(KERN_NOTICE "NTFS version " NTFS_VERSION "\n");
>+ printk(KERN_NOTICE "NTFS version " NTFS_VERSION
>+ #ifdef CONFIG_NTFS_RW
>+ "W"
>+ #endif
>+ "\n");
>
>or some such thing. It doesn't matter what the string is,
>though 'W' could mean Write or Warning!
Nice one! Will add it and while I am at it I will also add the debug flag
and in TNG the mdebug one.
I will formalise it like this: ...NTFS_VERSION "[R"
either: "O" or "W"
optional: "D"
optional: "M"
"]..."
Cheers,
Anton
--
"Nothing succeeds like success." - Alexandre Dumas
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS Maintainer / WWW: http://linux-ntfs.sf.net/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/
|