Re: O_DIRECT please; Sybase 12.5

Keith Owens (kaos@ocs.com.au)
Fri, 06 Jul 2001 10:25:27 +1000


On Fri, 06 Jul 2001 01:06:53 +1000,
Andrew Morton <andrewm@uow.edu.au> wrote:
>Ordered data mode is really nice. It's not magical though - for example,
>if you reset the machine during a kernel build, a subsequent `make' will
>fail because you have a number of .o files which have zero length.

FYI, that particular problem will disappear with the 2.5 Makefiles.
The zero length .o files will still exist but the post-compile
dependency data (.o.d) will not exist so a subsequent make kernel will
rebuild the incomplete objects. This is a general workaround for
incomplete kernel objects, independent of the file system type.

-
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/