On 1/11/18 2:29 PM, Darrick J. Wong wrote: >> +kmem_zone_t *xfs_inode_zone; >> extern kmem_zone_t *xfs_ili_zone; >> -extern kmem_zone_t *xfs_inode_zone; > /me wonders what's going on here? Alphabetizing, I guess... > > <shrug> meh, whatever :) it's moving the definition of the inode zone variable into this file which is directly related, rather than randomly plopped in init.c and referring to it here with extern. As for placement, I put the actual definition above an extern reference to something else somewhere else, seemed to make sense to "rank" them like that. As for splitting the patch up, *shrug* ok. Without the libxfs_destroy() code none of this ever runs, but sure, I can build it up then enable it separately. -Eric -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html