Re: [ANNOUNCE] mini_fo-0.6.0 overlay file system

From: Eric Lammerts
Date: Tue May 10 2005 - 01:08:52 EST


Markus Klotzbuecher wrote:
mini_fo is a virtual kernel filesystem that can make read-only file
systems writable.

Nice.

Some remarks:
Some functions return -ENOTSUPP on error, which makes "ls -l" complain loudly when getxattr() fails. This should be -EOPNOTSUPP.

The module taints the kernel because of MODULE_LICENSE("LGPL").
Since all your copyright statements say it's GPL software, better change this to "GPL".

cheers,

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/