Re: 2.6.16-rc1-mm3

From: Michal Piotrowski
Date: Thu Feb 02 2006 - 19:18:32 EST


On 02/02/06, Andrew Morton <akpm@xxxxxxxx> 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(&current->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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/