On Mon, 2013-07-22 at 19:14 +0200, Oleg Nesterov wrote: > On 07/22, Steven Rostedt wrote: > > > > Now here's why I'm emailing you. What Oleg is doing here is instead of > > creating this extra trace_cpu structure, he's using the inode->i_cdev to > > store the CPU information (he's wrapped this with helper functions so we > > can use any inode structure). He sets inode->i_cdev to CPU+1 or to > > RING_BUFFER_ALL_CPUS (when all CPU info is needed). > > This doesn't really matter, but RING_BUFFER_ALL_CPUS is encoded as NULL > so we do not need to change init_tracer_debugfs(). inode_init_always() > clears ->i_cdev.
Yeah, I noticed that after sending the email. We could just set i_private to NULL and get the same effect. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

