On Fri, Dec 30, 2011 at 07:00:04PM +0800, Yongqiang Yang wrote: > From: Yongqiang Yang <xiaoqiangnk@xxxxxxxxx> > > This patch adds a functon named ext4_add_new_descs() which adds > several group descriptors each time. This is why it's less desirable to add functions one at a time. I had to look through all of the patches to determine that ext4_add_new_desc() is _only_ being called by ext4_add_new_descs(). And since ext4_add_new_descs() adds so little new value, it's better to combine these two functions together into single function. I'll add a new patch which folds these two functions together. - 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