search for: wait_on_stuff

Displaying 1 result from an estimated 1 matches for "wait_on_stuff".

2001 Jul 30
1
ext3-2.4-0.9.5
...rated. - The holding of i_sem over the parent is a severe scalability limitation with synchronous metadata operations. Better to have: void *opaque; down(&parent->i_sem); file->f_op->op(&opaque, args...); up(&parent->i_sem); if (IS_SYNC(inode)) inode->i_op->wait_on_stuff(opaque); -