Dave Hein posted this message in the GCC Developer's Forum:
If we do this, we should also merge the calls to LoadSDDriver and dfs_mount
into one routine. One of the things on my TODO list was to replace dfs_mount
with the standard mount routine.
Additional information:
This is 100% the right thing to do. It is useless to call LoadSDDriver()
unless you intend to call dfs_mount().
On the other hand, the generic mount(2) routine is so Unix-specific that it
does not make sense to try to "emulate" that call. Particularly if you try to
emulate it by allowing users to pass string parameter lists and then decode
them; this is bad because we are completely out of memory in the
demo/c3files/lmm case.
Original issue reported on code.google.com by tjstefan...@charter.net on 1 Apr 2012 at 5:59
Original issue reported on code.google.com by
tjstefan...@charter.net
on 1 Apr 2012 at 5:59