23 Nov
2005
23 Nov
'05
9:54 p.m.
Wednesday, November 23, 2005, 12:37:05 PM, Vitaliy Margolen wrote:
Ok, then this is what we have: 1. Pass arguments explicitly to each function (rootdir, name, attributes). 2. Don't use object_attr structure.
Only left is to decide what rootdir should be (struct object*, struct directory * or obj_handle_t). The only place that knows enough and
Sorry, answered myself. It have to be (struct directory *). It turns out you really can't use any other objects for RootDirectory. And to keep everything in-line that's what it will be. So I'm guessing all the questions are answered for a time being. Thank you Alexandre and Robert.