Next: Grant
From: Michal Piotrowski on 2 Feb 2006 19:30 On 02/02/06, Andrew Morton <akpm(a)osdl.org> wrote: > I actually meant `l *0xb0161cdd' so we get file-n-line. But from that, it > appears that we won't get very interesting info anyway. (gdb) list *0xb0161cdd 0xb0161cdd is in do_path_lookup (/usr/src/linux-mm/fs/namei.c:1124). 1119 1120 fput_light(file, fput_needed); 1121 } 1122 read_unlock(¤t->fs->lock); 1123 current->total_link_count = 0; 1124 retval = link_path_walk(name, nd); 1125 out: 1126 if (nd && nd->dentry && nd->dentry->d_inode) 1127 audit_inode(name, nd->dentry->d_inode, flags); 1128 out_fail: Regards, Michal Piotrowski - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |