Hi All

This week I had implemented mount() system call in glendix.
My approach is first call sys_unshare()  with CLONE_NEWNS flag which will
create the new namespace and then I call linux sys_mount() simply.
Currently I am calling mount system call in linux with MS_BIND flag to be
safe. Which will work for mount --bind .
Right now I am working on assembly test program of mount to test the
implementation.
I have to call  sys_plan9_mount() system call implemented in glendix as it
is called in plan9.

In this week I am going to work on testing of mount and bind() system call
implementation.



-- 
Thanks & Regards
Priyanka

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Plan 
9 Google Summer of Code" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/plan9-gsoc?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to