On Mon, Jun 19, 2006 at 11:59:31PM -0700, Andrew Morton wrote: > > - return (vnode_t *)list_entry(inode, vnode_t, v_inode); > > + return (vnode_t *)container_of(inode, vnode_t, v_inode); Whats the point of this change? list_entry == container_of. Is list_entry being removed from list.h? This wont apply as-is to -mm, as the XFS code has moved on. Please send XFS patches to xfs@xxxxxxxxxxx, Alexey, thanks. cheers. -- Nathan - 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