Hi,
I agree that it is not feasible to add new system calls every time
somebody has a problem, and we don't take adding system calls lightly.
However, in this case we're talking about an entire *community* of
people (high-end computing), not just one or two people. Of course it
may still be the case that that community is not important enough to
justify the addition of system calls; that's obviously not my call to make!
I'm sure that you meant more than just to rename openg() to lookup(),
but I don't understand what you are proposing. We still need a second
call to take the results of the lookup (by whatever name) and convert
that into a file descriptor. That's all the openfh() (previously named
sutoc()) is for.
I think the subject line might be a little misleading; we're not just
talking about NFS here. There are a number of different file systems
that might benefit from these enhancements (e.g. GPFS, Lustre, PVFS,
PanFS, etc.).
Finally, your comment on making filesystem developers miserable is sort
of a point of philosophical debate for me. I personally find myself
miserable trying to extract performance given the very small amount of
information passing through the existing POSIX calls. The additional
information passing through these new calls will make it much easier to
obtain performance without correctly guessing what the user might
actually be up to. While they do mean more work in the short term, they
should also mean a more straight-forward path to performance for
cluster/parallel file systems.
Thanks for the input. Does this help explain why we don't think we can
just work under the existing calls?
Rob
Latchesar Ionkov wrote: