On 13 Nov 2014, at 17:23, Emmanuel Dreyfus <[email protected]> wrote: > Hello > > I track a locking problem in DDB. Given a vnode, how can I find what file > is involved? This is a UFS filesystem, and as far as I can tell, ddb > is not able to ouput the inode, right?
You may "call VOP_PRINT(0xxxx)" with 0xxxx being the vnode address. -- J. Hannken-Illjes - [email protected] - TU Braunschweig (Germany)
