> I note that OCFS2 uses generic_ip only one place, in debug code: > > ocfs2_dlm_debug_open(): > 1998 osb = (struct ocfs2_super *) inode->u.generic_ip; > > However, we never set it! This leads me to believe this is stale code.
That's the dlm debugging fops getting the osb off of the debugfs inode's generic_ip which was set with debugfs_create_file(). - z _______________________________________________ Ocfs2-devel mailing list [email protected] http://oss.oracle.com/mailman/listinfo/ocfs2-devel
