On Thu, Oct 11, 2007 at 02:16:05PM -0500, Jose R. Santos wrote: > @@ -66,7 +66,9 @@ OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_OBJS) $(E2IMAGE_LIB_OBJS) \ > unix_io.o \ > unlink.o \ > valid_blk.o \ > - version.o > + version.o \ > + crc16.o \ > + csum.o Please keep the order of files in $(OBJS) and $(SRCS) in alphabetical order. There are two reasons for this; first of all, it makes it easier to find files. Secondly, it makes it less likely for there to be merge collisions between two patches. Thanks!! - Ted - To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html