On Tue, Sep 18, 2001 at 03:09:33PM +0300, Maxim Sobolev wrote:
The patch looks ok. There's a slight functional change that an ext2fs
filesystem is now correctly returned as such. I don't expect Linux
binaries to break, but it may be remotely possible that certain tools,
now that they detect ext2fs filesystems, will use more specific ext2fs
queries for whatever reason they need. I don't think it's something
to worry about...
> - case VT_UFS:
> + else if (strcmp(fstypename, "ufs") == 0)
> return (LINUX_UFS_SUPER_MAGIC);
> - }
> + else if (strcmp(fstypename, "ext2fs") == 0)
> + return (LINUX_EXT2_SUPER_MAGIC);
--
Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message