Patch: linux-2.5.54/fs/romfs/inode.c compilation fix

Adam J. Richter (adam@yggdrasil.com)
Wed, 1 Jan 2003 21:53:43 -0800


--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

linux-2.5.54/fs/romfs/inode.c needs to include <asm/statfs.h>
(which is new to 2.5.54) to compile again. Here is the one line
patch.

-- 
Adam J. Richter     __     ______________   575 Oroville Road
adam@yggdrasil.com     \ /                  Milpitas, California 95035
+1 408 309-6081         | g g d r a s i l   United States of America
                         "Free Software For The Rest Of Us."

--4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="romfs.diff"

--- linux-2.5.54/fs/romfs/inode.c 2003-01-01 19:22:29.000000000 -0800 +++ linux/fs/romfs/inode.c 2003-01-01 21:49:37.000000000 -0800 @@ -75,6 +75,7 @@ #include <linux/smp_lock.h> #include <linux/buffer_head.h> +#include <asm/statfs.h> #include <asm/uaccess.h> struct romfs_inode_info {

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