linux-2.3.28 patch to fix modularized ext2 file system

Adam J. Richter (adam@yggdrasil.com)
Sun, 14 Nov 1999 12:14:48 -0800


linux-2.3.28/fs/ext2 does not link as a module if module
versions are enable. This is because a number of files in the ext2
module unnecessarily include <linux/module.h>, resulting in
conflicting declarations of the .modinfo stuff. This patch simply
deletes those unncessary #include statements. I have a machine running
this code now. It works.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

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