> David, do you think we could place file->private_data in the same cache > line than file->f_count and file->f_op, so that sockfd_lookup() can access > all the needed information (f_count, f_op, private_data) using one > L1_CACHE_LINE only ?
You mean for 32byte cache lines? Not sure if there are that many SMP systems with that small a cache line left. Most now should have 64byte or 32byte. -Andi - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html