On Fri, May 02, 2014 at 03:19:58PM +0200, Jan Kara wrote: > There are parts of struct inode which are used only by a few filesystems > (e.g. i_dquot pointers, i_mapping->private_list, ...). Thus all the Why don't you move the private_list into the fs inode like you did in the previous few patches and remove the references from the generic code? This would involve some heavy lifting in buffer.c, but that's long overdue anyway. -- 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