On Mon, 27 Oct 2008 13:11:49 +0100 Jan Kara <jack@xxxxxxx> wrote: > Since these include files are used only by implementation of quota formats, > there's no need to have them in include/linux/. akpm2:/usr/src/25> make headers_check CHK include/linux/version.h make[1]: `scripts/unifdef' is up to date. make[2]: *** No rule to make target `/usr/src/devel/include/linux/quotaio_v1.h', needed by `/usr/src/devel/usr/include/linux/.install'. Stop. If this header really does need to be exported to userspace then should it not remain in include/linux/? Meanwhile I'll do this: --- a/include/linux/Kbuild~quota-move-quotaio_vh-from-include-linux-to-fs-fix +++ a/include/linux/Kbuild @@ -134,8 +134,6 @@ header-y += posix_types.h header-y += ppdev.h header-y += prctl.h header-y += qnxtypes.h -header-y += quotaio_v1.h -header-y += quotaio_v2.h header-y += radeonfb.h header-y += raw.h header-y += resource.h so I can compile stuff. btw, please work out how this build error escaped detection and arrange for it to not happen in the future? Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html